Skip to content
Snippets Groups Projects
  1. Nov 20, 2024
  2. Nov 19, 2024
  3. Nov 18, 2024
  4. Nov 14, 2024
  5. Nov 13, 2024
  6. Nov 12, 2024
  7. Nov 11, 2024
  8. Nov 08, 2024
    • Devon Hudson's avatar
      Update changelog for release · 2f41f6d9
      Devon Hudson authored
      2f41f6d9
    • Erik Johnston's avatar
      Fix MSC4222 returning full state (#17915) · cacd4fd7
      Erik Johnston authored
      There was a bug that meant we would return the full state of the room on
      incremental syncs when using lazy loaded members and there were no
      entries in the timeline.
      
      This was due to trying to use `state_filter or state_filter.all()` as a
      short hand for handling `None` case, however `state_filter` implements
      `__bool__` so if the state filter was empty it would be set to full.
      
      c.f. MSC4222 and #17888
      cacd4fd7
  9. Nov 07, 2024
  10. Nov 06, 2024
  11. Nov 05, 2024
  12. Nov 04, 2024
  13. Oct 31, 2024
Loading