mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix?
This commit is contained in:
parent
00fffc1068
commit
cdcd4320a9
@ -47,6 +47,7 @@ export function toTextWithReaction(status: Entity.Status[], host: string) {
|
|||||||
'url': r.url,
|
'url': r.url,
|
||||||
'static_url': r.url,
|
'static_url': r.url,
|
||||||
'visible_in_picker': true,
|
'visible_in_picker': true,
|
||||||
|
category: ""
|
||||||
},)
|
},)
|
||||||
}
|
}
|
||||||
const isMe = reaction.findIndex((r) => r.me) > -1;
|
const isMe = reaction.findIndex((r) => r.me) > -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user