Allow placing bid with message / anonymous.

This commit is contained in:
John Preston
2025-11-14 18:57:56 +04:00
parent ae6b0dd753
commit 1320e7ac2f
7 changed files with 567 additions and 423 deletions

View File

@@ -3747,6 +3747,7 @@ void Account::writePrefs() {
}
void Account::readPrefs() {
return; AssertIsDebug();
FileReadDescriptor prefs;
if (!ReadEncryptedFile(prefs, _prefsKey, _basePath, _localKey)) {
ClearKey(_prefsKey, _basePath);