pl-api: fix masto quotes
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -87,7 +87,7 @@ const importEntities = (entities: {
|
||||
processAccount(status.account);
|
||||
}
|
||||
|
||||
if (status.quote && 'status' in status.quote && status.quote.status) processStatus(status.quote.status);
|
||||
if (status.quote && 'quoted_status' in status.quote && status.quote.quoted_status) processStatus(status.quote.quoted_status);
|
||||
if (status.reblog) processStatus(status.reblog);
|
||||
if (status.poll) polls[status.poll.id] = status.poll;
|
||||
if (status.group) groups[status.group.id] = status.group;
|
||||
|
||||
Reference in New Issue
Block a user