Skip to content
Snippets Groups Projects
  1. Mar 10, 2022
  2. Mar 09, 2022
  3. Mar 08, 2022
  4. Mar 07, 2022
  5. Mar 04, 2022
  6. Mar 03, 2022
    • Richard van der Hoff's avatar
      Avoid generating state groups for local out-of-band leaves (#12154) · 8533c8b0
      Richard van der Hoff authored
      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.
      Unverified
      8533c8b0
Loading