custom emoji reaction rendering support
This commit is contained in:
parent
95942c7f50
commit
a748e923fd
7 changed files with 107 additions and 29 deletions
|
@ -275,7 +275,9 @@ type messagejson={
|
|||
reactions: {
|
||||
count:number,
|
||||
emoji:{
|
||||
name:string
|
||||
name:string,
|
||||
id?:string,
|
||||
animated?:boolean
|
||||
},//very likely needs expanding
|
||||
me:boolean,
|
||||
}[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue