mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Show toasts on reply / archive / unarchive.
This commit is contained in:
@@ -353,7 +353,8 @@ InnerWidget::InnerWidget(
|
||||
) | rpl::start_with_next([=](Stories::ToggleShownRequest request) {
|
||||
session().data().stories().toggleHidden(
|
||||
PeerId(int64(request.id)),
|
||||
!request.shown);
|
||||
!request.shown,
|
||||
_controller->uiShow());
|
||||
}, lifetime());
|
||||
|
||||
_stories->loadMoreRequests(
|
||||
|
Reference in New Issue
Block a user