posting and commenting

This commit is contained in:
Adolfo Reyna
2021-07-29 10:25:05 -07:00
parent 6904ad913e
commit 4069054117
4 changed files with 119 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ class User {
constructor(json){
this.username = 'aeroreyna';
this.following = [];
this.lastUpdate = new Date();ß
this.lastUpdate = new Date();
this.newsFeedCache = [];
this.isGroup = false;
}