mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Allow showing stories in different contexts.
This commit is contained in:
@@ -95,7 +95,9 @@ object_ptr<Ui::BoxContent> PrepareContactsBox(
|
||||
|
||||
raw->clicks(
|
||||
) | rpl::start_with_next([=](uint64 id) {
|
||||
sessionController->openPeerStories(PeerId(int64(id)), {});
|
||||
sessionController->openPeerStories(
|
||||
PeerId(int64(id)),
|
||||
Data::StorySourcesList::All);
|
||||
}, raw->lifetime());
|
||||
|
||||
raw->showProfileRequests(
|
||||
|
||||
Reference in New Issue
Block a user