[RoomList] Set hasName to false
This commit is contained in:
parent
a38d43b167
commit
a43f5048db
|
@ -91,7 +91,9 @@ class RoomList {
|
|||
membership: chatUpdate.membership,
|
||||
prev_batch: chatUpdate.prev_batch,
|
||||
highlightCount: chatUpdate.highlight_count,
|
||||
notificationCount: chatUpdate.notification_count);
|
||||
notificationCount: chatUpdate.notification_count,
|
||||
hasName: false,
|
||||
);
|
||||
rooms.insert(position, newRoom);
|
||||
if (onInsert != null) onInsert(position);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue