You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I found that pasting the emoji in windows terminal sometimes does not work due to terminal not supporting some emojiS
If anyone else is having this issue here's a fix
Remove the line on 319 of /instance/extra.go
And change this line:
to:
Then copy the emoji into a URL encoder:
e.g.
👍-> https://meyerweb.com/eric/tools/dencoder/ -> %F0%9F%91%8D
Then use that as your input emoji
Happy mass dm'ing
Beta Was this translation helpful? Give feedback.
All reactions