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

Refactor arguments of try_unbind_threepid(_with_id_server) from dict to separate args #15053

Merged
merged 5 commits into from
Feb 13, 2023

Commits on Feb 10, 2023

  1. Break up dict arguments into their own args

    This is just generally cleaner, and prevent footguns of
    modifying dict arguments, which are passed by reference.
    anoadragon453 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    1b47ded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1249e37 View commit details
    Browse the repository at this point in the history
  3. changelog

    anoadragon453 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    26841a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5604184 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    2020d4d View commit details
    Browse the repository at this point in the history