Update join button in room directory after join
This commit is contained in:
parent
b01496f9b4
commit
028bcd5b7c
4 changed files with 28 additions and 10 deletions
|
|
@ -379,6 +379,8 @@ RoomlistModel::addRoom(const QString &room_id, bool suppressInsertNotification)
|
|||
if (!suppressInsertNotification &&
|
||||
((!wasInvite && !wasPreview) || !previewedRooms.empty()))
|
||||
endInsertRows();
|
||||
|
||||
emit ChatPage::instance()->newRoom(room_id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue