diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-07-09 10:25:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 10:25:40 +0100 |
commit | af67c7c1ded7f82ec7ba8400f1b071a1d47f9bfb (patch) | |
tree | 6edb546740e248500ffb3c274fad123de5651d95 /changelog.d | |
parent | Remove access-token support from RegistrationHandler.register (#5641) (diff) | |
parent | Lint (diff) | |
download | synapse-af67c7c1ded7f82ec7ba8400f1b071a1d47f9bfb.tar.xz |
Merge pull request #5644 from matrix-org/babolivier/profile-allow-self
Allow newly-registered users to lookup their own profiles
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5644.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5644.bugfix b/changelog.d/5644.bugfix new file mode 100644 index 0000000000..f6302fd08d --- /dev/null +++ b/changelog.d/5644.bugfix @@ -0,0 +1 @@ +Fix newly-registered users not being able to lookup their own profile without joining a room. |