Skip to content
Snippets Groups Projects
  1. Nov 16, 2021
  2. Nov 15, 2021
  3. Nov 12, 2021
  4. Nov 10, 2021
  5. Nov 09, 2021
  6. Nov 08, 2021
  7. Nov 05, 2021
  8. Nov 04, 2021
  9. Nov 03, 2021
  10. Nov 02, 2021
  11. Nov 01, 2021
  12. Oct 29, 2021
  13. Oct 28, 2021
  14. Oct 27, 2021
  15. Oct 26, 2021
  16. Oct 25, 2021
  17. Oct 22, 2021
  18. Oct 21, 2021
    • Patrick Cloke's avatar
      Add a thread relation type per MSC3440. (#11088) · ba00e202
      Patrick Cloke authored
      Adds experimental support for MSC3440's `io.element.thread` relation
      type (and the aggregation for it).
      Unverified
      ba00e202
    • David Robertson's avatar
      Fix adding excluded users to the private room sharing tables when joining a room (#11143) · 2d91b625
      David Robertson authored
      * We only need to fetch users in private rooms
      
      * Filter out `user_id` at the top
      
      * Discard excluded users in the top loop
      
      We weren't doing this in the "First, if they're our user" branch so this
      is a bugfix.
      
      * The caller must check that `user_id` is included
      
      This is in the docstring. There are two call sites:
      - one in `_handle_room_publicity_change`, which explicitly checks before calling;
      - and another in `_handle_room_membership_event`, which returns early if
        the user is excluded.
      
      So this change is safe.
      
      * Test joining a private room with an excluded user
      
      * Tweak an existing test
      
      * Changelog
      
      * test docstring
      
      * lint
      Unverified
      2d91b625
Loading