way better experience searching for users
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user