Allow emoji over sent messages
miyoyo opened this issue · 3 comments
miyoyo commented
Currently, POSTing a message with emoji will show everything in the message that's before the emoji, maybe make it possible to use them in the future?
Mechazawa commented
That's odd. Unicode should work on the server side so this should be an issue with the app.
miyoyo commented
Mechazawa commented
I just did a couple more tests on the server and it turns out unicode is 4 byte unicode not 3 byte. Thus my server kind of drops everything in the string as soon soon as it sees any. I'll be writing a fix soon.
Closing this issue in favor of the server side issue.