fix: GUI double send getOfflineMessage

This commit is contained in:
semenov
2025-09-18 13:27:23 +03:00
parent ced8a5cc64
commit 441be217d9
7 changed files with 12 additions and 53 deletions

View File

@@ -573,7 +573,7 @@ void ProcessingSystem::processingClientNotify(ClientHandler *client, ClientNotif
chatSystem->sendOldMessages(client->getClient()->getId());
}
Logger::instance().log(client->getClient()->getLogin() + clientNotify.Code,LogLevel::DEBUG);
Logger::instance().log(client->getClient()->getLogin() + " notifyCode " + clientNotify.Code,LogLevel::DEBUG);
}
void ProcessingSystem::setCurrentDataInfo(DataInfo *dataInfo)