Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix resync remote devices on receive PDU in worker mode. #7815

Merged
merged 5 commits into from
Jul 10, 2020

Commits on Jul 10, 2020

  1. Fix resync remote devices on receive PDU in worker mode.

    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.
    erikjohnston committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    1e474fb View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    b6cb00f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of github.com:matrix-org/synapse into erikj/fi…

    …x_worker_fderation_device_resync
    erikjohnston committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    71a2509 View commit details
    Browse the repository at this point in the history
  4. Review comments

    erikjohnston committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    67e0f74 View commit details
    Browse the repository at this point in the history
  5. isor

    erikjohnston committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    67b06ea View commit details
    Browse the repository at this point in the history