parent
f3b7919a53
commit
b2ccf766ba
5 changed files with 11 additions and 3 deletions
|
|
@ -152,6 +152,9 @@ TimelineViewManager::TimelineViewManager(CallManager *, ChatPage *parent)
|
|||
isConnected_ = true;
|
||||
emit isConnectedChanged(true);
|
||||
});
|
||||
connect(rooms_, &RoomlistModel::spaceSelected, communities_, [this](QString roomId) {
|
||||
communities_->setCurrentTagId("space:" + roomId);
|
||||
});
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue