Skip to content

Commit 2f78fbc

Browse files
committed
Disable spammy appservice ephemeral streams
1 parent 01b9fa3 commit 2f78fbc

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
@@ -250,9 +250,10 @@ def notify_interested_services_ephemeral(
250250
# Only the following streams are currently supported.
251251
# FIXME: We should use constants for these values.
252252
if stream_key not in (
253-
StreamKeyType.TYPING,
254-
StreamKeyType.RECEIPT,
255-
StreamKeyType.PRESENCE,
253+
# T2B: Disable spammy ephemeral event streams
254+
# StreamKeyType.TYPING,
255+
# StreamKeyType.RECEIPT,
256+
# StreamKeyType.PRESENCE,
256257
StreamKeyType.TO_DEVICE,
257258
StreamKeyType.DEVICE_LIST,
258259
):

0 commit comments

Comments
 (0)