custom emoji reaction rendering support
This commit is contained in:
@@ -275,7 +275,9 @@ type messagejson={
|
||||
reactions: {
|
||||
count:number,
|
||||
emoji:{
|
||||
name:string
|
||||
name:string,
|
||||
id?:string,
|
||||
animated?:boolean
|
||||
},//very likely needs expanding
|
||||
me:boolean,
|
||||
}[],
|
||||
|
Reference in New Issue
Block a user