Allow joins via other servers from a matrix: uri
This commit is contained in:
parent
b8b642219d
commit
947e40bd70
5 changed files with 14 additions and 8 deletions
|
|
@ -115,9 +115,9 @@ CreateRoom::CreateRoom(QWidget *parent)
|
|||
static_cast<void (QComboBox::*)(const QString &)>(&QComboBox::currentTextChanged),
|
||||
[this](const QString &text) {
|
||||
if (text == "Private") {
|
||||
request_.visibility = mtx::requests::Visibility::Private;
|
||||
request_.visibility = mtx::common::RoomVisibility::Private;
|
||||
} else {
|
||||
request_.visibility = mtx::requests::Visibility::Public;
|
||||
request_.visibility = mtx::common::RoomVisibility::Public;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue