Skip to content
Snippets Groups Projects
Verified Commit dba2fb52 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove unused this capture

parent ca3d17dc
No related branches found
No related tags found
No related merge requests found
Pipeline #1454 failed
......@@ -94,7 +94,7 @@ SingleImagePackModel::setGloballyEnabled(bool enabled)
else
content.rooms[roomid_].erase(statekey_);
http::client()->put_account_data(content, [this](mtx::http::RequestErr) {
http::client()->put_account_data(content, [](mtx::http::RequestErr) {
// emit this->globallyEnabledChanged();
});
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment