mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
The result message shown when adding members to a stream previously listed the name of every member being added, which could be noisy for large groups. This commit updates stream_subscription_request_result.hbs to conditionally display clearer, more concise messages based on the number of subscribed and already subscribed users. This improves readability and user experience when handling large subscription actions. Fixes part of #34347 Co-authored-by: Rajeev Tapadia <108951750+rajeevtapadia@users.noreply.github.com> Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>