diff options
author | Adam Jędrzejewski <59581316+adamjedrzejewski@users.noreply.github.com> | 2024-01-04 10:36:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 09:36:57 +0000 |
commit | c7d0d02be7bf61e58388676e9e31b44004cbf257 (patch) | |
tree | b1688310e7a17e34058e127b63e8a261550f5f2e /changelog.d | |
parent | Update the contributing guide after reliecensing (#16772) (diff) | |
download | synapse-c7d0d02be7bf61e58388676e9e31b44004cbf257.tar.xz |
Search non ASCII display names using Admin API (#16767)
Closes #16370 Signed-off-by: Adam Jedrzejewski <adamjedrzejewski@icloud.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16767.bugfix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/16767.bugfix b/changelog.d/16767.bugfix new file mode 100644 index 0000000000..b1fa1285ef --- /dev/null +++ b/changelog.d/16767.bugfix @@ -0,0 +1,2 @@ +Fixed a bug that prevented users from being queried by display name if it contains non-ASCII characters. + |