This commit is contained in:
parent
516d3d600a
commit
b05bee58d2
23 changed files with 371 additions and 446 deletions
|
|
@ -51,7 +51,7 @@ export default (notification: any) => new Promise<any>(async (resolve, reject) =
|
|||
case 'reply':
|
||||
case 'repost':
|
||||
case 'quote':
|
||||
case 'like':
|
||||
case 'reaction':
|
||||
case 'poll_vote':
|
||||
// Populate post
|
||||
_notification.post = await serializePost(_notification.post_id, me);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue