Add Bible verse highlights and notes API
This commit is contained in:
+3
-1
@@ -17,6 +17,8 @@ class User {
|
||||
this.lastUpdate = info.lastUpdate || new Date();
|
||||
this.newsFeedCache = info.newsFeedCache || [];
|
||||
this.notifications = info.notifications || [];
|
||||
this.bibleHighlights = info.bibleHighlights || [];
|
||||
this.bibleNotes = info.bibleNotes || [];
|
||||
|
||||
//groupRelated
|
||||
this.isGroup = info.isGroup || false;
|
||||
@@ -33,4 +35,4 @@ class User {
|
||||
|
||||
}
|
||||
|
||||
module.exports = User;
|
||||
module.exports = User;
|
||||
|
||||
Reference in New Issue
Block a user