I'm wondering if we can create a new case under MessageData:
case emoji(String)
// OR
case emoji([Character])
This could do something like double the size of the emojis like is done on Slack.
We could parse all text messages to do this without adding a new case... but I don't want to perform that operation on every message 😉
I'm wondering if we can create a new case under
MessageData:This could do something like double the size of the emojis like is done on Slack.
We could parse all text messages to do this without adding a new case... but I don't want to perform that operation on every message 😉