mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-15 09:01:50 -05:00
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. |
||
|---|---|---|
| .. | ||
| api | ||
| app | ||
| appservice | ||
| config | ||
| crypto | ||
| events | ||
| federation | ||
| handlers | ||
| http | ||
| push | ||
| rest | ||
| storage | ||
| streams | ||
| util | ||
| __init__.py | ||
| notifier.py | ||
| python_dependencies.py | ||
| server.py | ||
| state.py | ||
| types.py | ||