mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Skip irrelevant message on changelog story hiding.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user