anonymousland-synapse/synapse/handlers
Erik Johnston 968f8283b4
Only send a presence state to a destination once (#10165)
It turns out that we were sending the same presence state to a remote
potentially multiple times.
2021-06-11 15:19:42 +01:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
acme_issuing_service.py
acme.py
admin.py
appservice.py Always update AS last_pos, even on no events (#10107) 2021-06-07 15:42:05 +01:00
auth.py
cas.py
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py Limit the number of in-flight /keys/query requests from a single device. (#10144) 2021-06-09 07:05:32 -04:00
e2e_room_keys.py
event_auth.py Allow a user who could join a restricted room to see it in spaces summary. (#9922) 2021-05-20 11:10:36 -04:00
events.py
federation.py Add metrics to track how often events are soft_failed (#10156) 2021-06-11 10:12:35 +01:00
groups_local.py
identity.py
initial_sync.py
message.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
oidc.py
pagination.py
password_policy.py
presence.py Only send a presence state to a destination once (#10165) 2021-06-11 15:19:42 +01:00
profile.py
read_marker.py
receipts.py
register.py
room_list.py Integrate knock rooms with the public rooms directory (#9359) 2021-06-09 20:31:31 +01:00
room_member_worker.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
room_member.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
room.py
saml.py
search.py
send_email.py
set_password.py
space_summary.py Do not show invite-only rooms in spaces summary (unless joined/invited). (#10109) 2021-06-02 11:31:41 -04:00
sso.py
state_deltas.py
stats.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
sync.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
typing.py
user_directory.py