Skip to content

Commit 505c5df

Browse files
committed
Disable spammy appservice ephemeral streams
1 parent de50072 commit 505c5df

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
@@ -259,9 +259,10 @@ def notify_interested_services_ephemeral(
259259
# Only the following streams are currently supported.
260260
# FIXME: We should use constants for these values.
261261
if stream_key not in (
262-
StreamKeyType.TYPING,
263-
StreamKeyType.RECEIPT,
264-
StreamKeyType.PRESENCE,
262+
# T2B: Disable spammy ephemeral event streams
263+
# StreamKeyType.TYPING,
264+
# StreamKeyType.RECEIPT,
265+
# StreamKeyType.PRESENCE,
265266
StreamKeyType.TO_DEVICE,
266267
StreamKeyType.DEVICE_LIST,
267268
):

0 commit comments

Comments
 (0)