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

Add module API callbacks for adding and deleting local 3PID associations #15044

Merged
merged 10 commits into from
Feb 27, 2023

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    92f46e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc8bbe8 View commit details
    Browse the repository at this point in the history
  3. Remove bound 3pids separately from locally associated 3pids

    It's possible for users to bind a 3pid without adding it to a local
    association first, thus using `user_get_threepids` may not result in all
    known bound 3pids. Which essentially culminates in us not unbinding all
    3pids for an account upon deactivation.
    
    This commit separates unbinding bound 3pids and deleting local
    associations into two separate steps.
    
    It also renames 'delete_threepid' to 'delete_local_threepid' for maximum
    clarity.
    anoadragon453 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3326a66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    195f08c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2688e5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee8d1ca View commit details
    Browse the repository at this point in the history
  7. Add a couple unit tests

    anoadragon453 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    72a9c79 View commit details
    Browse the repository at this point in the history
  8. changelog

    anoadragon453 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    312da2d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Feb 27, 2023

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