Remove unused this capture
This commit is contained in:
parent
ca3d17dc22
commit
dba2fb525a
@ -94,7 +94,7 @@ SingleImagePackModel::setGloballyEnabled(bool enabled)
|
|||||||
else
|
else
|
||||||
content.rooms[roomid_].erase(statekey_);
|
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();
|
// emit this->globallyEnabledChanged();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user