news posts
This commit is contained in:
@@ -7,7 +7,7 @@ class Post {
|
||||
this.reactions = info.reactions || {};
|
||||
this.comments = info.comments || [];
|
||||
this.bookmarks = info.bookmarks || []; //set profiles subscribed to this post
|
||||
this.nonOrganicType = info.nonOrganicType;
|
||||
this.nonOrganicType = info.nonOrganicType; //change this to inorganic
|
||||
//This should record edits
|
||||
this.contentHistory = info.contentHistory || [];
|
||||
this.toProfile = info.toProfile || '';
|
||||
|
||||
Reference in New Issue
Block a user