Add bible API

This commit is contained in:
aeroreyna
2023-01-12 12:19:29 -05:00
parent fddce94cfb
commit dadf070ac5
5 changed files with 89 additions and 8 deletions

View File

@@ -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){