Skip to content
Snippets Groups Projects
  1. Nov 15, 2023
  2. Nov 14, 2023
  3. Nov 13, 2023
  4. Nov 09, 2023
  5. Nov 08, 2023
  6. Nov 07, 2023
  7. Nov 06, 2023
  8. Nov 03, 2023
    • Patrick Cloke's avatar
      Simplify event persistence code (#16584) · 92828a7f
      Patrick Cloke authored
      The event persistence code used to handle multiple rooms
      at a time, but was simplified to only ever be called with a
      single room at a time (different rooms are now handled in
      parallel). The code is still generic to multiple rooms causing
      a lot of work that is unnecessary (e.g. unnecessary loops, and
      partitioning data by room).
      
      This strips out the ability to handle multiple rooms at once, greatly
      simplifying the code.
      Unverified
      92828a7f
  9. Nov 02, 2023
  10. Nov 01, 2023
  11. Oct 31, 2023
Loading