forked-synapse/synapse/api
Patrick Cloke ba6b21c81e
Implement MSC3389 to protect relations from redaction. (#15565)
MSC3389 proposes protecting the relation type & parent event ID
from redaction. This keeps the relation information intact after
redaction which helps with some UX flaws (e.g. deleting an
event causes it to no longer be in a thread, which is confusing).
2023-05-15 12:58:09 +00:00
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
auth_blocking.py Factor out an is_mine_server_name method (#15542) 2023-05-05 15:06:22 +01:00
auth.py Tag federation request spans with the worker name (#15042) 2023-02-09 22:33:39 +00:00
constants.py Use account data constants in more places. (#15554) 2023-05-09 07:23:27 -04:00
errors.py Stabilize MSC2659 support for AS ping endpoint. (#15528) 2023-05-09 15:02:36 -04:00
filtering.py Add column full_user_id to tables profiles and user_filters. (#15458) 2023-04-26 16:03:26 -07:00
presence.py Add missing type hints to synapse.api. (#11109) 2021-10-18 15:01:10 -04:00
ratelimiting.py Fix room creation being rate limited too aggressively since Synapse v1.69.0. (#14314) 2022-10-28 11:53:34 +01:00
room_versions.py Implement MSC3389 to protect relations from redaction. (#15565) 2023-05-15 12:58:09 +00:00
urls.py Use servlets for /key/ endpoints. (#14229) 2022-10-20 11:32:47 -04:00