mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Resolve unknown story on open.
This commit is contained in:
@@ -342,7 +342,9 @@ InnerWidget::InnerWidget(
|
||||
|
||||
_stories->clicks(
|
||||
) | rpl::start_with_next([=](uint64 id) {
|
||||
_controller->openPeerStories(PeerId(int64(id)), {});
|
||||
_controller->openPeerStories(
|
||||
PeerId(int64(id)),
|
||||
Data::StorySourcesList::NotHidden);
|
||||
}, lifetime());
|
||||
|
||||
_stories->showProfileRequests(
|
||||
|
Reference in New Issue
Block a user