adding emoji support
This commit is contained in:
parent
9862c2dd1a
commit
eddb92abe8
5 changed files with 130 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue