diff --git a/bots/sync-public-streams b/bots/sync-public-streams index 5f11ce3..3663b68 100755 --- a/bots/sync-public-streams +++ b/bots/sync-public-streams @@ -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