Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove unused auth_event_ids argument plumbing #12304

Commits on Mar 26, 2022

  1. Remove unused auth_event_ids argument plumbing

    Follow-up to #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`
    MadLittleMods committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    383af59 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    MadLittleMods committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    01a9905 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Update changelog.d/12304.misc

    Co-authored-by: Erik Johnston <erik@matrix.org>
    MadLittleMods and erikjohnston committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    eb2ecba View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into madlittlemods/12083-r814521903-remove-unu…

    …sed-auth_event_ids-argument-plumbs
    MadLittleMods committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e00d154 View commit details
    Browse the repository at this point in the history