Remove unused this capture

This commit is contained in:
Nicolas Werner 2021-07-23 18:21:55 +02:00
parent ca3d17dc22
commit dba2fb525a
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 1 additions and 1 deletions

View File

@ -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();
});
}