2
0
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:
John Preston
2023-06-21 13:15:59 +04:00
parent 80bec508b6
commit 4e39144d0f
3 changed files with 12 additions and 2 deletions

View File

@@ -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(