Merge pull request #1552 from q234rty/master

Fix build with fmt 10.1.0
This commit is contained in:
DeepBlueV7.X 2023-08-22 01:37:57 +00:00 committed by GitHub
commit 614facf93c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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