news posts

This commit is contained in:
aeroreyna
2022-02-22 22:49:09 -08:00
parent 5998bbb484
commit 3d9393c0b2
3 changed files with 23 additions and 4 deletions

View File

@@ -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 || '';