[Room] hasName false by default

This commit is contained in:
Christian Pauly 2019-07-23 15:07:31 +02:00
parent 48746641ba
commit a38d43b167
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class Room {
this.id,
this.membership,
this.name,
this.hasName,
this.hasName = false,
this.topic,
this.avatar,
this.notificationCount,