mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
invite: Fetch full user set for get_unique_subscriber_count_for_streams.
Work towards #34244.
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
<p id="guest_visible_users_message">
|
||||
{{t 'Guests will be able to see {user_count} users in their channels when they join.'}}
|
||||
{{#tr}}
|
||||
Guests will be able to see <z-user-count></z-user-count> users in their channels when they join.
|
||||
{{#*inline "z-user-count"}}
|
||||
<span class="guest-visible-users-count" aria-hidden="true"></span>
|
||||
<span class="guest_visible_users_loading"></span>
|
||||
{{/inline}}
|
||||
{{/tr}}
|
||||
{{> help_link_widget link="/help/guest-users#configure-whether-guests-can-see-all-other-users" }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user