Make emojis.json much smaller.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4285 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-05-04 00:32:50 +00:00
parent 470b998b61
commit acabec940e
3 changed files with 15 additions and 15126 deletions

View File

@ -74,7 +74,7 @@ class TfMessageElement extends LitElement {
}
vote(emoji) {
let reaction = emoji.emoji;
let reaction = emoji;
let message = this.message.id;
if (confirm('Are you sure you want to react with ' + reaction + ' to ' + message + '?')) {
tfrpc.rpc.appendMessage(