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:
q234rty 2023-08-17 15:13:01 +08:00
parent b865ca204d
commit 871e403f67
No known key found for this signature in database
GPG key ID: D7E83C63C8CC4545

View file

@ -1269,7 +1269,7 @@ ChatPage::getBackupVersion()
nhlog::crypto()->info("Our backup key {} does not match the one " nhlog::crypto()->info("Our backup key {} does not match the one "
"used in the online backup {}", "used in the online backup {}",
pubkey, pubkey,
auth_data["public_key"]); auth_data["public_key"].get<std::string>());
cache::client()->deleteBackupVersion(); cache::client()->deleteBackupVersion();
return; return;
} }