way better experience searching for users

This commit is contained in:
Arjun Patel
2022-02-06 14:35:27 -08:00
parent 8a56a69a52
commit af6c3373cc
2 changed files with 36 additions and 29 deletions
+4 -1
View File
@@ -28,7 +28,10 @@ export default class Conversation {
this.name = _name;
this.createdByUserId = _createdByUserId;
this.activeMembers = _initialUsers;
this.tldr = _tldr;
if (_tldr) {
this.tldr = _tldr;
}
}
}