mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
subscription_data: Flesh out partial suscription data sent to client.
Part of #34244.
This commit is contained in:
@@ -737,3 +737,7 @@ VERIFY_WEBHOOK_SIGNATURES = True
|
||||
|
||||
# SCIM API configuration.
|
||||
SCIM_CONFIG: dict[str, SCIMConfigDict] = {}
|
||||
|
||||
# Minimum number of subscribers in a channel for us to no longer
|
||||
# send full subscriber data to the client.
|
||||
MIN_PARTIAL_SUBSCRIBERS_CHANNEL_SIZE = 250
|
||||
|
Reference in New Issue
Block a user