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.
      8533c8b0
    • Andrew Morgan's avatar
    • David Robertson's avatar
      Detox, part 2 of N (#12152) · 9297d040
      David Robertson authored
      I've argued in #11537 that poetry and tox don't cooperate well at the
      moment. (See also #12119.) Therefore I'm pruning away bits of tox to make the transition to poetry easier. This change removes the commands for coverage.
      
      We don't use coverage in anger at the moment. It shouldn't be too hard to add coverage as a dev-dependency and reintroduce this if we really want it.
      9297d040
Loading