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 d0b5994 commit f197757Copy full SHA for f197757
synapse/handlers/appservice.py
@@ -240,9 +240,10 @@ def notify_interested_services_ephemeral(
240
# Only the following streams are currently supported.
241
# FIXME: We should use constants for these values.
242
if stream_key not in (
243
- StreamKeyType.TYPING,
244
- StreamKeyType.RECEIPT,
245
- StreamKeyType.PRESENCE,
+ # T2B: Disable spammy ephemeral event streams
+ # StreamKeyType.TYPING,
+ # StreamKeyType.RECEIPT,
246
+ # StreamKeyType.PRESENCE,
247
StreamKeyType.TO_DEVICE,
248
StreamKeyType.DEVICE_LIST,
249
):
0 commit comments