We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b9fa3 commit 2f78fbcCopy full SHA for 2f78fbc
synapse/handlers/appservice.py
@@ -250,9 +250,10 @@ def notify_interested_services_ephemeral(
250
# Only the following streams are currently supported.
251
# FIXME: We should use constants for these values.
252
if stream_key not in (
253
- StreamKeyType.TYPING,
254
- StreamKeyType.RECEIPT,
255
- StreamKeyType.PRESENCE,
+ # T2B: Disable spammy ephemeral event streams
+ # StreamKeyType.TYPING,
+ # StreamKeyType.RECEIPT,
256
+ # StreamKeyType.PRESENCE,
257
StreamKeyType.TO_DEVICE,
258
StreamKeyType.DEVICE_LIST,
259
):
0 commit comments