Fix pre-history visibility in manage group.

This commit is contained in:
John Preston
2026-06-19 12:21:29 +04:00
parent baa53cafd8
commit cb9750427f
@@ -874,7 +874,7 @@ void Controller::refreshHistoryVisibility() {
(!withUsername
&& !_channelHasLocationOriginalValue
&& (!_discussionLinkSavedValue || !*_discussionLinkSavedValue)
&& (!_forumSavedValue || !*_forumSavedValue)),
&& !_forumSavedValue.value_or(_peer->isForum())),
anim::type::instant);
}