mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-26 11:55:03 +00:00
Comment
This commit is contained in:
@@ -416,7 +416,8 @@ class StickyEventsWorkerStore(StateGroupWorkerStore, CacheInvalidationWorkerStor
|
||||
if event_type == EventTypes.Member
|
||||
}
|
||||
|
||||
# pull out senders of sticky events in this room
|
||||
# pull out sticky events that were sent in this room
|
||||
# by those whose membership just changed
|
||||
events_to_recheck: list[
|
||||
tuple[str]
|
||||
] = await self.db_pool.simple_select_many_batch(
|
||||
|
||||
Reference in New Issue
Block a user