new posts
This commit is contained in:
12
def/user.js
12
def/user.js
@@ -7,8 +7,14 @@ class User {
|
||||
this.isGroup = false;
|
||||
}
|
||||
|
||||
newPost(){}
|
||||
newComment(){}
|
||||
newReaction(){}
|
||||
newPost(content){
|
||||
|
||||
}
|
||||
newComment(post){
|
||||
|
||||
}
|
||||
newReaction(){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user