[Room] hasName false by default
This commit is contained in:
parent
48746641ba
commit
a38d43b167
|
@ -107,7 +107,7 @@ class Room {
|
|||
this.id,
|
||||
this.membership,
|
||||
this.name,
|
||||
this.hasName,
|
||||
this.hasName = false,
|
||||
this.topic,
|
||||
this.avatar,
|
||||
this.notificationCount,
|
||||
|
|
Loading…
Reference in a new issue