mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Fix macOS build in CI
Green check marks are good.
This commit is contained in:
parent
b9274d108e
commit
dc67e73a87
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user