forked-synapse/synapse/app
devonh 6a9a641fb8
Bring auto-accept invite logic into Synapse (#17147)
This PR ports the logic from the
[synapse_auto_accept_invite](https://github.com/matrix-org/synapse-auto-accept-invite)
module into synapse.

I went with the naive approach of injecting the "module" next to where
third party modules are currently loaded. If there is a better/preferred
way to handle this, I'm all ears. It wasn't obvious to me if there was a
better location to add this logic that would cleanly apply to all
incoming invite events.

Relies on https://github.com/element-hq/synapse/pull/17166 to fix linter
errors.
2024-05-21 20:09:17 +00:00
..
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
_base.py Bring auto-accept invite logic into Synapse (#17147) 2024-05-21 20:09:17 +00:00
admin_cmd.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
appservice.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
client_reader.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
complement_fork_starter.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
event_creator.py Update license headers 2023-11-21 15:29:58 -05:00
federation_reader.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
federation_sender.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
frontend_proxy.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
generic_worker.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
homeserver.py Bump black from 23.10.1 to 24.2.0 (#16936) 2024-03-13 16:46:44 +00:00
media_repository.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
phone_stats_home.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
pusher.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
synchrotron.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
user_dir.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00