bookmarks in progress missing notifications

This commit is contained in:
Adolfo Reyna
2021-09-14 23:00:23 -07:00
parent 0907c1c1b5
commit 55c0c10a35
4 changed files with 53 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ class Post {
this.createdAt = info.createdAt || new Date();
this.reactions = info.reactions || {};
this.comments = info.comments || [];
this.bookmarks = info.bookmarks || []; //set profiles subscribed to this post
//This should record edits
this.contentHistory = info.contentHistory || [];
this.toProfile = info.toProfile || '';