Make nyanification of posts optional with cat ears on #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.