mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
version 0.8.16 stable - fixed select of a sticker reply
This commit is contained in:
@@ -645,7 +645,7 @@ namespace MTP {
|
||||
|
||||
dcMask %= _mtp_internal::dcShift;
|
||||
for (Sessions::const_iterator i = sessions.cbegin(), e = sessions.cend(); i != e; ++i) {
|
||||
if (((*i)->getDcWithShift() % _mtp_internal::dcShift) == dcMask) {
|
||||
if (((*i)->getDcWithShift() % int(_mtp_internal::dcShift)) == dcMask) {
|
||||
(*i)->restart();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user