adding emoji support

This commit is contained in:
MathMan05 2024-12-13 15:08:49 -06:00
parent 9862c2dd1a
commit eddb92abe8
5 changed files with 130 additions and 7 deletions

View file

@ -468,7 +468,7 @@ class Message extends SnowFlake{
div.appendChild(replyline);
}
div.appendChild(build);
const messageTypes=new Set([0,19])
const messageTypes=new Set([0,19]);
if(messageTypes.has(this.type) || this.attachments.length !== 0){
const pfpRow = document.createElement("div");
let pfpparent, current;