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

Add reactor to SynapseRequest and fix up types. #10868

Merged
merged 5 commits into from
Sep 24, 2021

Commits on Sep 21, 2021

  1. Fix SynapseRequest.site type.

    There were two issues: 1) `channel` is actually private type so its hard
    to type `.site`, and 2) `.site` was actually overwriting an existing
    member and so we need to rename it.
    erikjohnston committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3668144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0929e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a4c91d View commit details
    Browse the repository at this point in the history
  4. Fix tests

    erikjohnston committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    0bc153a View commit details
    Browse the repository at this point in the history
  5. Newsfile

    erikjohnston committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    6d5cdc8 View commit details
    Browse the repository at this point in the history