mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
ef5e39f680
commit
1ef0791bc6
1 changed files with 2 additions and 1 deletions
|
@ -926,7 +926,8 @@ void Stickers::specialSetReceived(
|
||||||
LOG(("API Error: "
|
LOG(("API Error: "
|
||||||
"received recent attached stickers hash %1 "
|
"received recent attached stickers hash %1 "
|
||||||
"while counted hash is %2"
|
"while counted hash is %2"
|
||||||
).arg(hash, counted));
|
).arg(hash
|
||||||
|
).arg(counted));
|
||||||
}
|
}
|
||||||
session().local().writeRecentMasks();
|
session().local().writeRecentMasks();
|
||||||
} break;
|
} break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue