search profiles withot search
This commit is contained in:
@@ -19,6 +19,7 @@ class User {
|
||||
this.isGroup = info.isGroup || false;
|
||||
this.isCourse = info.isCourse || false;
|
||||
this.subscribed = info.subscribed || {};
|
||||
this.notifications = info.notifications || [];
|
||||
}
|
||||
|
||||
toObj(){
|
||||
@@ -34,6 +35,7 @@ class User {
|
||||
r.isGroup = this.isGroup;
|
||||
r.isCourse = this.isCourse;
|
||||
r.subscribed = this.subscribed;
|
||||
r.notifications = this.notifications;
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user