mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fix macOS build in CI
Green check marks are good.
This commit is contained in:
@@ -80,6 +80,8 @@ Changelogs::Changelogs(not_null<Main::Session*> session, int oldVersion, int old
|
|||||||
, _oldVersion(oldVersion)
|
, _oldVersion(oldVersion)
|
||||||
, _oldKotatoVersion(oldKotatoVersion) {
|
, _oldKotatoVersion(oldKotatoVersion) {
|
||||||
|
|
||||||
|
LOG(("Previous Kotatogram version: %1").arg(_oldKotatoVersion));
|
||||||
|
|
||||||
_session->data().chatsListChanges(
|
_session->data().chatsListChanges(
|
||||||
) | rpl::filter([](Data::Folder *folder) {
|
) | rpl::filter([](Data::Folder *folder) {
|
||||||
return !folder;
|
return !folder;
|
||||||
|
Reference in New Issue
Block a user