Migrated dependencies in Github CI for macOS.

This commit is contained in:
23rd
2021-09-13 15:22:09 +03:00
committed by John Preston
parent 038f19d055
commit 449f2d2f94
4 changed files with 18 additions and 439 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ bool UpdateUserpics(
}
auto &was = state->userpics;
auto now = std::vector<Userpic>();
for (const auto peer : peers) {
for (const auto &peer : peers) {
if (ranges::contains(now, peer, &Userpic::peer)) {
continue;
}