parent
35cf9f5d04
commit
2b4c5ecff4
18 changed files with 448 additions and 56 deletions
|
|
@ -54,6 +54,7 @@ export default (notification: any) => new Promise<Object>(async (resolve, reject
|
|||
case 'repost':
|
||||
case 'quote':
|
||||
case 'like':
|
||||
case 'poll_vote':
|
||||
// Populate post
|
||||
_notification.post = await serializePost(_notification.post_id, me);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue