mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Skip irrelevant message on changelog story hiding.
This commit is contained in:
parent
7305d542ba
commit
adc6930ac6
1 changed files with 1 additions and 1 deletions
|
@ -1183,7 +1183,7 @@ void Stories::toggleHidden(
|
||||||
|
|
||||||
const auto name = peer->shortName();
|
const auto name = peer->shortName();
|
||||||
const auto guard = gsl::finally([&] {
|
const auto guard = gsl::finally([&] {
|
||||||
if (show) {
|
if (show && !justRemove) {
|
||||||
const auto phrase = hidden
|
const auto phrase = hidden
|
||||||
? tr::lng_stories_hidden_to_contacts
|
? tr::lng_stories_hidden_to_contacts
|
||||||
: tr::lng_stories_shown_in_chats;
|
: tr::lng_stories_shown_in_chats;
|
||||||
|
|
Loading…
Add table
Reference in a new issue