element-synapse/synapse/handlers
Lukas Tautz 8ff1960878
Fix: use correct parameter when calling get_local_current_membership_for_user_in_room (#19353)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2026-01-07 18:32:16 +00:00
..
sliding_sync Transform events with client metadata before serialising in /event response. (#19340) 2026-01-06 15:53:13 +00:00
ui_auth Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
account.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
account_data.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
account_validity.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
admin.py Transform events with client metadata before serialising in /event response. (#19340) 2026-01-06 15:53:13 +00:00
appservice.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
auth.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
cas.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
deactivate_account.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
delayed_events.py Fix support for older versions of zope-interface (#19274) 2025-12-12 15:34:13 +00:00
device.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
devicemessage.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
directory.py Provide same servers list in s2s alias results as c2s. (#18970) 2025-11-13 11:12:03 +00:00
e2e_keys.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
e2e_room_keys.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
event_auth.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
events.py Transform events with client metadata before serialising in /event response. (#19340) 2026-01-06 15:53:13 +00:00
federation.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
federation_event.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
identity.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
initial_sync.py Transform events with client metadata before serialising in /event response. (#19340) 2026-01-06 15:53:13 +00:00
jwt.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
message.py Fix: use correct parameter when calling get_local_current_membership_for_user_in_room (#19353) 2026-01-07 18:32:16 +00:00
oidc.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
pagination.py Transform events with client metadata before serialising in /event response. (#19340) 2026-01-06 15:53:13 +00:00
password_policy.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
presence.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
profile.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
push_rules.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
read_marker.py Fix server_name in logging context for multiple Synapse instances in one process (#18868) 2025-09-26 17:10:48 -05:00
receipts.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
register.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
relations.py Transform events with client metadata before serialising in /event response. (#19340) 2026-01-06 15:53:13 +00:00
reports.py Add report user API from MSC4260 (#18120) 2025-06-20 13:02:14 +01:00
room.py Transform events with client metadata before serialising in /event response. (#19340) 2026-01-06 15:53:13 +00:00
room_list.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
room_member.py Bump the minor-and-patches group with 3 updates (#19280) 2025-12-05 22:11:58 +00:00
room_member_worker.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
room_policy.py Use signature support from policy servers when available (#18934) 2025-09-25 19:30:24 +00:00
room_summary.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
saml.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
search.py Transform events with client metadata before serialising in /event response. (#19340) 2026-01-06 15:53:13 +00:00
send_email.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
set_password.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
sso.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
state_deltas.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
stats.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
sync.py Transform events with client metadata before serialising in /event response. (#19340) 2026-01-06 15:53:13 +00:00
thread_subscriptions.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
typing.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00
user_directory.py Fix support for older versions of zope-interface (#19274) 2025-12-12 15:34:13 +00:00
worker_lock.py Port Clock functions to use Duration class (#19229) 2025-12-01 13:55:06 +00:00