2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix game scores display.

This commit is contained in:
John Preston
2018-04-07 11:41:48 +04:00
parent e5b2e0a6b5
commit 64d5a6acd5
6 changed files with 31 additions and 4 deletions

View File

@@ -1258,7 +1258,7 @@ void Session::gameApplyFields(
const QString &description,
PhotoData *photo,
DocumentData *document) {
if (game->accessHash || !accessHash) {
if (game->accessHash) {
return;
}
game->accessHash = accessHash;