summary refs log tree commit diff
path: root/synapse/replication/slave
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/replication/slave')
-rw-r--r--synapse/replication/slave/storage/events.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/replication/slave/storage/events.py b/synapse/replication/slave/storage/events.py

index 15011259df..7898de81d3 100644 --- a/synapse/replication/slave/storage/events.py +++ b/synapse/replication/slave/storage/events.py
@@ -135,6 +135,7 @@ class SlavedEventStore( ) if data.type == EventTypes.Member: + logger.info("INVALIDATING get_rooms_for_user_with_stream_ordering") self.get_rooms_for_user_with_stream_ordering.invalidate( (data.state_key,) )