MatrixSynapse/synapse/handlers
Richard van der Hoff a34b17e492 Simplify `_locally_reject_invite`
Update `EventCreationHandler.create_event` to accept an auth_events param, and
use it in `_locally_reject_invite` instead of reinventing the wheel.
2020-10-13 23:58:48 +01:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
acme.py
acme_issuing_service.py
admin.py
appservice.py
auth.py
cas_handler.py
deactivate_account.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
device.py
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
events.py
federation.py Fix message duplication if something goes wrong after persisting the event (#8476) 2020-10-13 12:07:56 +01:00
groups_local.py
identity.py
initial_sync.py Add type hints to response cache. (#8507) 2020-10-09 11:35:11 -04:00
message.py Simplify `_locally_reject_invite` 2020-10-13 23:58:48 +01:00
oidc_handler.py
pagination.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
password_policy.py
presence.py
profile.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
read_marker.py
receipts.py
register.py
room.py Remove redundant `token_id` parameter to create_event 2020-10-13 23:06:36 +01:00
room_list.py
room_member.py Simplify `_locally_reject_invite` 2020-10-13 23:58:48 +01:00
room_member_worker.py
saml_handler.py
search.py
set_password.py
state_deltas.py
stats.py
sync.py Add type hints to response cache. (#8507) 2020-10-09 11:35:11 -04:00
typing.py
user_directory.py