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

Avoid generating state groups for local out-of-band leaves #12154

Merged
merged 1 commit into from
Mar 3, 2022

Commits on Mar 3, 2022

  1. Avoid generating state groups for local out-of-band leaves

    If we locally generate a rejection for an invite received over federation, it
    is stored as an outlier (because we probably don't have the state for the
    room). However, currently we still generate a state group for it (even though
    the state in that state group will be nonsense).
    
    By setting the `outlier` param on `create_event`, we avoid the nonsensical
    state.
    richvdh committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    de3b7c9 View commit details
    Browse the repository at this point in the history