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

Get rid of deprecated ranges::action

This commit is contained in:
Ilya Fedin
2021-03-13 22:07:29 +04:00
committed by John Preston
parent ae0b9141dd
commit 6b68d001ae
6 changed files with 9 additions and 9 deletions

View File

@@ -142,7 +142,7 @@ uint64 ComputeFingerprint(bytes::const_span authKey) {
}
[[nodiscard]] QVector<MTPstring> CollectVersionsForApi() {
return WrapVersions(tgcalls::Meta::Versions() | ranges::action::reverse);
return WrapVersions(tgcalls::Meta::Versions() | ranges::actions::reverse);
}
[[nodiscard]] Webrtc::VideoState StartVideoState(bool enabled) {