diff options
author | Richard van der Hoff <richard@matrix.org> | 2024-04-23 17:10:20 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2024-04-23 17:10:20 +0100 |
commit | 6a4c6a1492e6a578090227b6e8ff0ab892bd6903 (patch) | |
tree | 9247f1020288d0cbe68b8206987c30ab6083dc27 /synapse/notifier.py | |
parent | Merge branch 'rav/log_state_desync' into active_branches_base (diff) | |
parent | Enable MSC4115 in complement tests (diff) | |
download | synapse-rav/work.tar.xz |
Merge branch 'rav/event_visibility' into active_branches_base github/rav/work rav/work
Diffstat (limited to 'synapse/notifier.py')
-rw-r--r-- | synapse/notifier.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/notifier.py b/synapse/notifier.py index e87333a80a..7c1cd3b5f2 100644 --- a/synapse/notifier.py +++ b/synapse/notifier.py @@ -721,6 +721,7 @@ class Notifier: user.to_string(), new_events, is_peeking=is_peeking, + msc4115_membership_on_events=self.hs.config.experimental.msc4115_membership_on_events, ) elif keyname == StreamKeyType.PRESENCE: now = self.clock.time_msec() |