mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-30 07:43:26 -05:00
1cc77145d4
This requires the notifier to have knowledge of appservice listeners so it can do the regex checks on incoming invites to see if the state_key matches. It isn't enough to just rely on the room listeners and store.get_app_service_rooms as the room will initially not exist or won't be on the ASes radar due to having none of its users in the room.