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