Skip to content

Commit f197757

Browse files
committed
Disable spammy appservice ephemeral streams
1 parent d0b5994 commit f197757

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

synapse/handlers/appservice.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,10 @@ def notify_interested_services_ephemeral(
240240
# Only the following streams are currently supported.
241241
# FIXME: We should use constants for these values.
242242
if stream_key not in (
243-
StreamKeyType.TYPING,
244-
StreamKeyType.RECEIPT,
245-
StreamKeyType.PRESENCE,
243+
# T2B: Disable spammy ephemeral event streams
244+
# StreamKeyType.TYPING,
245+
# StreamKeyType.RECEIPT,
246+
# StreamKeyType.PRESENCE,
246247
StreamKeyType.TO_DEVICE,
247248
StreamKeyType.DEVICE_LIST,
248249
):

0 commit comments

Comments
 (0)