mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Load more story users on demand.
This commit is contained in:
@@ -342,6 +342,11 @@ InnerWidget::InnerWidget(
|
||||
_controller->openPeerStories(PeerId(int64(id)));
|
||||
}, lifetime());
|
||||
|
||||
_stories->loadMoreRequests(
|
||||
) | rpl::start_with_next([=] {
|
||||
session().data().stories().loadMore();
|
||||
}, lifetime());
|
||||
|
||||
handleChatListEntryRefreshes();
|
||||
|
||||
refreshWithCollapsedRows(true);
|
||||
|
Reference in New Issue
Block a user