mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix warning about double reference qualifier
This commit is contained in:
parent
55e43dc4b8
commit
e88fc1996e
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ backup_session_key(const MegolmSessionIndex &idx,
|
|||
idx.room_id,
|
||||
idx.session_id,
|
||||
bk,
|
||||
[idx](const mtx::http::RequestErr &err) {
|
||||
[idx](mtx::http::RequestErr err) {
|
||||
if (err) {
|
||||
nhlog::net()->warn(
|
||||
"failed to backup session key ({}:{}): {} ({})",
|
||||
|
|
Loading…
Reference in a new issue