2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix build on Windows and Linux CI.

This commit is contained in:
John Preston
2021-10-31 10:07:12 +04:00
parent 5761e7559a
commit 1d655fb5b5
2 changed files with 1 additions and 3 deletions

View File

@@ -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));