custom emoji reaction rendering support

This commit is contained in:
MathMan05 2024-08-11 18:26:59 -05:00
parent 95942c7f50
commit a748e923fd
7 changed files with 107 additions and 29 deletions

View file

@ -275,7 +275,9 @@ type messagejson={
reactions: {
count:number,
emoji:{
name:string
name:string,
id?:string,
animated?:boolean
},//very likely needs expanding
me:boolean,
}[],