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 de50072 commit 505c5dfCopy full SHA for 505c5df
synapse/handlers/appservice.py
@@ -259,9 +259,10 @@ def notify_interested_services_ephemeral(
259
# Only the following streams are currently supported.
260
# FIXME: We should use constants for these values.
261
if stream_key not in (
262
- StreamKeyType.TYPING,
263
- StreamKeyType.RECEIPT,
264
- StreamKeyType.PRESENCE,
+ # T2B: Disable spammy ephemeral event streams
+ # StreamKeyType.TYPING,
+ # StreamKeyType.RECEIPT,
265
+ # StreamKeyType.PRESENCE,
266
StreamKeyType.TO_DEVICE,
267
StreamKeyType.DEVICE_LIST,
268
):
0 commit comments