Make nyanification of posts optional with cat ears on #6

Closed
opened 2022-07-12 07:09:15 +00:00 by norm · 1 comment
Owner

One thing I've found very annoying about the cat ears feature is how it also changes the text of posts you write.

It would be nice if you can use the cat ears but not have the text change at the same time.

One thing I've found very annoying about the cat ears feature is how it also changes the text of posts you write. It would be nice if you can use the cat ears but not have the text change at the same time.
Owner

Just for the record, as I've explained this on IRC before:

The text replacement happens when getting the note data in the format for sending it out of the API:

node.props.text = nyaize(node.props.text);

This means it would only be possible to allow the readers to disable nyaization, not the author.

Just for the record, as I've explained this on IRC before: The text replacement happens when getting the note data in the format for sending it out of the API: https://akkoma.dev/FoundKeyGang/FoundKey/src/commit/facb12164ea14f4b9d41aed442ea4207b68d20b0/packages/backend/src/models/repositories/note.ts#L279 This means it would only be possible to allow the readers to disable nyaization, not the author.
Sign in to join this conversation.
No labels
feature
fix
upkeep
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#6
No description provided.