diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-07-08 17:31:00 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-07-09 10:27:53 +0100 |
commit | 25fff95448ca620a60870b924907c77caa1d1dc7 (patch) | |
tree | 877a8019b5e5c9dde4cf2038364c350b822ba2a2 | |
parent | Merge pull request #5574 from matrix-org/babolivier/fix-3pid-bind (diff) | |
download | synapse-25fff95448ca620a60870b924907c77caa1d1dc7.tar.xz |
Allow newly-registered users to lookup their own profiles
When a user creates an account and the 'require_auth_for_profile_requests' config flag is set, and a client that performed the registration wants to lookup the newly-created profile, the request will be denied because the user doesn't share a room with themselves yet.
-rw-r--r-- | synapse/handlers/profile.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/synapse/handlers/profile.py b/synapse/handlers/profile.py |