Add bible API
This commit is contained in:
@@ -16,6 +16,9 @@ class Post {
|
||||
this.lastUpdated = info.lastUpdated || this.createdAt;
|
||||
// Add tags to posts
|
||||
this.tags = info.tags;
|
||||
// For chats profileid will be the chat profile and the chatSenderId will be
|
||||
// the user sending the message, this will prevent showing on feed.
|
||||
this.chatSenderId = info.chatSenderId;
|
||||
}
|
||||
|
||||
addComment(comment){
|
||||
|
||||
Reference in New Issue
Block a user