Skip irrelevant message on changelog story hiding.

This commit is contained in:
John Preston 2023-09-28 23:28:45 +04:00
parent 7305d542ba
commit adc6930ac6
1 changed files with 1 additions and 1 deletions

View File

@ -1183,7 +1183,7 @@ void Stories::toggleHidden(
const auto name = peer->shortName();
const auto guard = gsl::finally([&] {
if (show) {
if (show && !justRemove) {
const auto phrase = hidden
? tr::lng_stories_hidden_to_contacts
: tr::lng_stories_shown_in_chats;