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 551bbed commit 76afa0fCopy full SHA for 76afa0f
synapse/handlers/appservice.py
@@ -251,9 +251,10 @@ def notify_interested_services_ephemeral(
251
# Only the following streams are currently supported.
252
# FIXME: We should use constants for these values.
253
if stream_key not in (
254
- StreamKeyType.TYPING,
255
- StreamKeyType.RECEIPT,
256
- StreamKeyType.PRESENCE,
+ # T2B: Disable spammy ephemeral event streams
+ # StreamKeyType.TYPING,
+ # StreamKeyType.RECEIPT,
257
+ # StreamKeyType.PRESENCE,
258
StreamKeyType.TO_DEVICE,
259
StreamKeyType.DEVICE_LIST,
260
):
0 commit comments