posting and commenting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user