mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +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
|
const auto oldUserpicPhotoId = state->waitingFull
|
||||||
? state->userpicPhotoId
|
? state->userpicPhotoId
|
||||||
: std::exchange(state->userpicPhotoId, userpicPhotoId);
|
: std::exchange(state->userpicPhotoId, userpicPhotoId);
|
||||||
const auto changedUserpicPhotoId
|
|
||||||
= (state->userpicPhotoId != oldUserpicPhotoId);
|
|
||||||
const auto changedUserpic = (state->userpicKey
|
const auto changedUserpic = (state->userpicKey
|
||||||
!= peer->userpicUniqueKey(state->userpicView));
|
!= peer->userpicUniqueKey(state->userpicView));
|
||||||
|
|
||||||
|
@@ -387,7 +387,7 @@ def runStages():
|
|||||||
stage('patches', """
|
stage('patches', """
|
||||||
git clone https://github.com/desktop-app/patches.git
|
git clone https://github.com/desktop-app/patches.git
|
||||||
cd patches
|
cd patches
|
||||||
git checkout bc18293b1c
|
git checkout 0ddad09b1e
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('depot_tools', """
|
stage('depot_tools', """
|
||||||
|
Reference in New Issue
Block a user