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

Faster joins: fix rejected events becoming un-rejected during resync #13413

Merged
merged 3 commits into from
Aug 1, 2022

Commits on Jul 28, 2022

  1. Faster joins: check event auth again during resync

    Make sure that we re-check the auth rules during state resync, otherwise
    rejected events get un-rejected.
    richvdh committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7d1bd7f View commit details
    Browse the repository at this point in the history
  2. Avoid reading the state group of rejected events

    Reading `EventContext.state_group` on a rejected event isn't valid (its value
    is actually a dummy state group which *includes* the rejected event).
    richvdh committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a3cbbb2 View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    5f448b8 View commit details
    Browse the repository at this point in the history