summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 71cfadd8..46c8a9f9 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -1325,7 +1325,8 @@ ChatPage::handleMatrixUri(QString uri) if (item.startsWith(QLatin1String("action="))) { action = item.remove(QStringLiteral("action=")); } else if (item.startsWith(QLatin1String("via="))) { - vias.push_back(QUrl::fromPercentEncoding(item.remove(QStringLiteral("via=")).toUtf8()).toStdString()); + vias.push_back(QUrl::fromPercentEncoding(item.remove(QStringLiteral("via=")).toUtf8()) + .toStdString()); } }