Install the bundled spdlog

This commit is contained in:
Konstantinos Sideris 2018-08-12 10:49:51 +03:00
parent bcd92c0604
commit b06203a34b
2 changed files with 2 additions and 2 deletions

View file

@ -232,7 +232,7 @@ UserProfile::init(const QString &userId, const QString &roomId)
http::client()->query_keys(
req,
[user_id = userId.toStdString(), proxy = std::move(proxy), this](
[user_id = userId.toStdString(), proxy = std::move(proxy)](
const mtx::responses::QueryKeys &res, mtx::http::RequestErr err) {
if (err) {
nhlog::net()->warn("failed to query device keys: {} {}",