mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Notify about feed channels list changes.
This commit is contained in:
@@ -142,6 +142,12 @@ DialogsInner::DialogsInner(QWidget *parent, not_null<Window::Controller*> contro
|
||||
}
|
||||
}
|
||||
}));
|
||||
Auth().data().feedUpdated(
|
||||
) | rpl::start_with_next([=](const Data::FeedUpdate &update) {
|
||||
updateDialogRow(
|
||||
Dialogs::RowDescriptor(update.feed, MsgId(0)),
|
||||
QRect(0, 0, getFullWidth(), st::dialogsRowHeight));
|
||||
}, lifetime());
|
||||
|
||||
_controller->activeChatEntryValue(
|
||||
) | rpl::combine_previous(
|
||||
|
Reference in New Issue
Block a user