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

Mypy fixes for synapse.handlers.federation #8422

Merged
merged 4 commits into from Sep 29, 2020
Merged

Commits on Sep 29, 2020

  1. Declare get_state_groups_ids to return a MutableMapping

    `get_state_ids_for_pdu` wants to tweak the result (to revert the state for the
    PDU in question) so it had better be mutable.
    richvdh committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    7ab20ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a35bf13 View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    d835b4d View commit details
    Browse the repository at this point in the history
  4. fix room_queues type

    richvdh committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    e5104d5 View commit details
    Browse the repository at this point in the history