Skip to content
Snippets Groups Projects
  1. Jul 21, 2021
    • Patrick Cloke's avatar
      Add a return type to parse_string. (#10438) · 5db11862
      Patrick Cloke authored
      And set the required attribute in a few places which will error if
      a parameter is not provided.
      5db11862
    • Eric Eastwood's avatar
      Switch to `chunk` events so we can auth via power_levels (MSC2716) (#10432) · 2d89c66b
      Eric Eastwood authored
      Previously, we were using `content.chunk_id` to connect one
      chunk to another. But these events can be from any `sender`
      and we can't tell who should be able to send historical events.
      We know we only want the application service to do it but these
      events have the sender of a real historical message, not the
      application service user ID as the sender. Other federated homeservers
      also have no indicator which senders are an application service on
      the originating homeserver.
      
      So we want to auth all of the MSC2716 events via power_levels
      and have them be sent by the application service with proper
      PL levels in the room.
      2d89c66b
  2. Jul 20, 2021
  3. Jul 19, 2021
  4. Jul 16, 2021
  5. Jul 15, 2021
  6. Jul 14, 2021
Loading