This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add module API callbacks for adding and deleting local 3PID associations #15044
Merged
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92f46e4 - Browse repository at this point
Copy the full SHA 92f46e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc8bbe8 - Browse repository at this point
Copy the full SHA dc8bbe8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3326a66 - Browse repository at this point
Copy the full SHA 3326a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 195f08c - Browse repository at this point
Copy the full SHA 195f08cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2688e5b - Browse repository at this point
Copy the full SHA 2688e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee8d1ca - Browse repository at this point
Copy the full SHA ee8d1caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a9c79 - Browse repository at this point
Copy the full SHA 72a9c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 312da2d - Browse repository at this point
Copy the full SHA 312da2dView commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a52fbcc - Browse repository at this point
Copy the full SHA a52fbccView commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd26b16 - Browse repository at this point
Copy the full SHA fd26b16View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.