new posts

This commit is contained in:
Adolfo Reyna
2021-07-23 22:04:33 -07:00
parent 43df66efab
commit 6904ad913e
5 changed files with 117 additions and 7 deletions

View File

@@ -7,8 +7,14 @@ class User {
this.isGroup = false;
}
newPost(){}
newComment(){}
newReaction(){}
newPost(content){
}
newComment(post){
}
newReaction(){
}
}