pl-api: fix reactions display on non-pleromas
Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -108,6 +108,7 @@ const preprocess = (status: any) => {
|
||||
if (!status) return null;
|
||||
status = {
|
||||
// @ts-ignore
|
||||
emoji_reactions: status.reactions,
|
||||
...(pick(status.pleroma || {}, [
|
||||
'quote',
|
||||
'quote_id',
|
||||
|
||||
Reference in New Issue
Block a user