2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-29 21:57:42 +00:00

Fix macOS build in CI

Green check marks are good.
This commit is contained in:
RadRussianRus 2020-02-08 02:02:39 +03:00
parent b9274d108e
commit dc67e73a87

View File

@ -80,6 +80,8 @@ Changelogs::Changelogs(not_null<Main::Session*> session, int oldVersion, int old
, _oldVersion(oldVersion)
, _oldKotatoVersion(oldKotatoVersion) {
LOG(("Previous Kotatogram version: %1").arg(_oldKotatoVersion));
_session->data().chatsListChanges(
) | rpl::filter([](Data::Folder *folder) {
return !folder;