mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 11:52:58 +00:00
Fix pre-history visibility in manage group.
This commit is contained in:
@@ -874,7 +874,7 @@ void Controller::refreshHistoryVisibility() {
|
||||
(!withUsername
|
||||
&& !_channelHasLocationOriginalValue
|
||||
&& (!_discussionLinkSavedValue || !*_discussionLinkSavedValue)
|
||||
&& (!_forumSavedValue || !*_forumSavedValue)),
|
||||
&& !_forumSavedValue.value_or(_peer->isForum())),
|
||||
anim::type::instant);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user