[Room] hasName false by default

This commit is contained in:
Christian Pauly 2019-07-23 15:07:31 +02:00
parent 48746641ba
commit a38d43b167

View file

@ -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,