Skip to content
Snippets Groups Projects
  1. Jul 10, 2020
    • Erik Johnston's avatar
      Fix resync remote devices on receive PDU in worker mode. (#7815) · f1245dc3
      Erik Johnston authored
      The replication client requires that arguments are given as keyword
      arguments, which was not done in this case. We also pull out the logic
      so that we can catch and handle any exceptions raised, rather than
      leaving them unhandled.
      f1245dc3
    • Erik Johnston's avatar
      Fix recursion error when fetching auth chain over federation (#7817) · e29c4434
      Erik Johnston authored
      When fetching the state of a room over federation we receive the event
      IDs of the state and auth chain. We then fetch those events that we
      don't already have.
      
      However, we used a function that recursively fetched any missing auth
      events for the fetched events, which can lead to a lot of recursion if
      the server is missing most of the auth chain. This work is entirely
      pointless because would have queued up the missing events in the auth
      chain to be fetched already.
      
      Let's just diable the recursion, since it only gets called from one
      place anyway.
      e29c4434
  2. Jul 09, 2020
  3. Jul 08, 2020
  4. Jul 07, 2020
  5. Jul 06, 2020
  6. Jul 05, 2020
    • Will Hunt's avatar
      isort 5 compatibility (#7786) · 62b1ce85
      Will Hunt authored
      The CI appears to use the latest version of isort, which is a problem when isort gets a major version bump. Rather than try to pin the version, I've done the necessary to make isort5 happy with synapse.
      62b1ce85
  7. Jul 03, 2020
  8. Jul 02, 2020
Loading