mirror of https://github.com/zulip/zulip.git
zmirror: Add some more non-world-readable Zephyr classes.
These are from a list that Camilla Fox sent me of all non-world-readable Zephyr classes currently configured. (imported from commit 6246a981402b47056b28cd14be688e15224aacd1)
This commit is contained in:
parent
901a5c342c
commit
7faceb2d2d
|
@ -32,7 +32,7 @@ def fetch_public_streams():
|
|||
# normalization and then lower-casing server-side
|
||||
canonical_cls = unicodedata.normalize("NFKC", stream_name).lower().encode("utf-8")
|
||||
if canonical_cls in ['security', 'login', 'network', 'ops', 'user_locate',
|
||||
'mit',
|
||||
'mit', 'moof', 'wsmonitor', 'wg_ctl', 'winlogger',
|
||||
'hm_ctl', 'hm_stat', 'zephyr_admin', 'zephyr_ctl']:
|
||||
# These zephyr classes cannot be subscribed to by us, due
|
||||
# to MIT's Zephyr access control settings
|
||||
|
|
Loading…
Reference in New Issue