summary refs log tree commit diff
path: root/changelog.d/12304.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused `auth_event_ids` argument plumbing (#12304)Eric Eastwood2022-03-291-0/+1
Follow-up to https://github.com/matrix-org/synapse/pull/12083 Since we are now using the new `state_event_ids` parameter to do all of the heavy lifting. We can remove any spots where we plumbed `auth_event_ids` just for MSC2716 things in https://github.com/matrix-org/synapse/pull/9247/files. Removing `auth_event_ids` from following functions: - `create_and_send_nonmember_event` - `_local_membership_update` - `update_membership` - `update_membership_locked`