summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-07-09 10:25:40 +0100
committerGitHub <noreply@github.com>2019-07-09 10:25:40 +0100
commitaf67c7c1ded7f82ec7ba8400f1b071a1d47f9bfb (patch)
tree6edb546740e248500ffb3c274fad123de5651d95 /changelog.d
parentRemove access-token support from RegistrationHandler.register (#5641) (diff)
parentLint (diff)
downloadsynapse-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.bugfix1
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.