forked from AkkomaGang/akkoma
ForForkMerge #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ForForkMerge"
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?
問題なかったためMerge
vm.argsconfiguration. 7a0e27a746vm.argsconfiguration.' (#693) from erincandescent/akkoma:otp-tune-vm-busywait into develop 086d6100e1Mastodon at the very least seems to prevent the creation of emoji with dots in their name (and refuses to accept them in federation). It feels like being cautious in what we accept is reasonable here. Colons are the emoji separator and so obviously should be blocked. Perhaps instead of filtering out things like this we should just do a regex match on `[a-zA-Z0-9_-]`? But that's plausibly a decision for another day Perhaps we should also have a centralised "is this a valid emoji shortcode?" function