mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
When admin user create new private stream, widget for changing privacy of stream doesn't render. Because we render subscription-settings template partially on subscription-add event, so this case wasn't handled. Fixes #9469