mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-03 18:00:02 -05:00
8533c8b03d
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.