diff options
author | Erik Johnston <erikj@element.io> | 2024-06-05 10:40:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 10:40:34 +0100 |
commit | aabf577166546d98353ab9bdb6f0648193a94b85 (patch) | |
tree | 47c952930e7f12c81df7849b071b5c0d03e34c99 /changelog.d/17254.bugfix | |
parent | Use fully-qualified `PersistedEventPosition` when returning `RoomsForUser` (#... (diff) | |
download | synapse-aabf577166546d98353ab9bdb6f0648193a94b85.tar.xz |
Handle hyphens in user dir search porperly (#17254)
c.f. #16675
Diffstat (limited to 'changelog.d/17254.bugfix')
-rw-r--r-- | changelog.d/17254.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17254.bugfix b/changelog.d/17254.bugfix new file mode 100644 index 0000000000..b0d61309e2 --- /dev/null +++ b/changelog.d/17254.bugfix @@ -0,0 +1 @@ +Fix searching for users with their exact localpart whose ID includes a hyphen. |