summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-30 02:43:36 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-30 02:43:36 +0200
commit00f251753e41bd1c65f9e4160fe5b267ce8385ba (patch)
treed1292f8b6b89b511ec920ce272c3092591b438fc /src/ui
parentFix tags going missing if you join communities (diff)
downloadnheko-00f251753e41bd1c65f9e4160fe5b267ce8385ba.tar.xz
Use coeurl for networking
Something is still wrong on shutdown, need to debug that.
And CI will fail.
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/RoomSettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/RoomSettings.cpp b/src/ui/RoomSettings.cpp

index 0bc8759e..f78ef09b 100644 --- a/src/ui/RoomSettings.cpp +++ b/src/ui/RoomSettings.cpp
@@ -181,7 +181,7 @@ RoomSettings::RoomSettings(QString roomid, QObject *parent) roomid_.toStdString(), [this](const mtx::pushrules::PushRule &rule, mtx::http::RequestErr &err) { if (err) { - if (err->status_code == boost::beast::http::status::not_found) + if (err->status_code == 404) http::client()->get_pushrules( "global", "room",