mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix build with fmt 10.1.0
I have no idea whether this is a fmt bug, and if this isn't a fmt bug how did this work before, but oh well...
This commit is contained in:
parent
b865ca204d
commit
871e403f67
1 changed files with 1 additions and 1 deletions
|
@ -1269,7 +1269,7 @@ ChatPage::getBackupVersion()
|
|||
nhlog::crypto()->info("Our backup key {} does not match the one "
|
||||
"used in the online backup {}",
|
||||
pubkey,
|
||||
auth_data["public_key"]);
|
||||
auth_data["public_key"].get<std::string>());
|
||||
cache::client()->deleteBackupVersion();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue