mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-25 18:10:35 +00:00
Skip irrelevant message on changelog story hiding.
This commit is contained in:
parent
7305d542ba
commit
adc6930ac6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user