Fix macOS build in CI
Green check marks are good.
This commit is contained in:
parent
b9274d108e
commit
dc67e73a87
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue