enter key now works, fix room highlighting and add overlay

This commit is contained in:
Jedi18 2021-02-23 00:18:31 +05:30
parent 3f4ad1dd8b
commit b1dec6f6ac
7 changed files with 30 additions and 1 deletions

View file

@ -1429,3 +1429,9 @@ ChatPage::handleMatrixUri(const QUrl &uri)
{
handleMatrixUri(uri.toString(QUrl::ComponentFormattingOption::FullyEncoded).toUtf8());
}
void
ChatPage::highlightRoom(const QString &room_id)
{
room_list_->highlightSelectedRoom(room_id);
}