Skip to content
Snippets Groups Projects
Unverified Commit 871e403f authored by q234rty's avatar q234rty
Browse files

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...
parent b865ca20
No related branches found
No related tags found
No related merge requests found
Pipeline #5077 passed
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment