invite: Fetch full user set for get_unique_subscriber_count_for_streams.

Work towards #34244.
This commit is contained in:
Evy Kassirer
2025-05-08 11:32:48 +02:00
committed by Tim Abbott
parent 3e9d3a8ff4
commit 25c0b279f7
6 changed files with 43 additions and 14 deletions

View File

@@ -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>