subscription_data: Flesh out partial suscription data sent to client.

Part of #34244.
This commit is contained in:
Evy Kassirer
2025-06-20 19:19:42 -07:00
committed by Tim Abbott
parent 9ef3a19451
commit 0c5e1ac492
4 changed files with 103 additions and 39 deletions

View File

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