mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix build on Windows and Linux CI.
This commit is contained in:
@@ -316,8 +316,6 @@ bool ProcessCurrent(
|
||||
const auto oldUserpicPhotoId = state->waitingFull
|
||||
? state->userpicPhotoId
|
||||
: std::exchange(state->userpicPhotoId, userpicPhotoId);
|
||||
const auto changedUserpicPhotoId
|
||||
= (state->userpicPhotoId != oldUserpicPhotoId);
|
||||
const auto changedUserpic = (state->userpicKey
|
||||
!= peer->userpicUniqueKey(state->userpicView));
|
||||
|
||||
|
Reference in New Issue
Block a user