Description
A recent change seem to have been to not display any reaction events which don't have a single (unicode?) character as a reaction key.
Please consider reversing this. I am working on bridging reactions to slack (matrix-org/matrix-appservice-slack#131) and I had implemented bridging custom emoji from slack to matrix using just the short code, so the reaction would come across into matrix as :partyparrot:
or whatever. This, while being much more ugly in comparison to the actual custom emoji, at least allows the information that people have reacted with that custom emoji to come over into matrix, until we get our own custom emoji implementation.
I understand the desire to restrict the reaction field (as fun as it is to react with 64K of text), but can we loosen it a little to maybe 20 characters or something?