fix?
This commit is contained in:
parent
a751050dd0
commit
5b575c67ed
|
@ -47,6 +47,7 @@ export function toTextWithReaction(status: Entity.Status[], host: string) {
|
|||
'url': r.url,
|
||||
'static_url': r.url,
|
||||
'visible_in_picker': true,
|
||||
category: ""
|
||||
},)
|
||||
}
|
||||
const isMe = reaction.findIndex((r) => r.me) > -1;
|
||||
|
|
Loading…
Reference in New Issue