It's be nice to allow sending some common reactions: suggested syntax /regex/ :emoji:
Sounds OK to me if it only works on LRU of recent messages (e.g. since last restart, we wouldn't serialize all messages to disk)
emojis in reaction (ruma_common::events::reaction::ReactionEventContent) seems to just have the glyph in relates_to.key, but it's not practical to input utf-8 emojis in a terminal so having :emoji: aliases would probably be useful.
If we do that, might as well do the translation in messages too