Skip to content

Commit 76afa0f

Browse files
committed
Disable spammy appservice ephemeral streams
1 parent 551bbed commit 76afa0f

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

0 commit comments

Comments
 (0)