diff options
author | Hillery Shay <shaysquared@gmail.com> | 2021-09-21 08:04:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 08:04:35 -0700 |
commit | 5fca3c8ae62c66a1777bcb85c98679669369b061 (patch) | |
tree | 41d44719f28401b6d4be0273c1d0a12158d36ee5 /changelog.d | |
parent | Rename `/batch_send` query parameter from `?prev_event` to more obvious usage... (diff) | |
download | synapse-5fca3c8ae62c66a1777bcb85c98679669369b061.tar.xz |
Allow Synapse Admin API's Room Search to accept non-ASCII characters (#10859)
* add tests for checking if room search works with non-ascii char * change encoding on parse_string to UTF-8 * lints * properly encode search term * lints * add changelog file * update changelog number * set changelog entry filetype to .bugfix * Revert "set changelog entry filetype to .bugfix" This reverts commit be8e5a314251438ec4ec7dbc59ba32162c93e550. * update changelog message and file type * change parse_string default encoding back to ascii and update room search admin api calll to parse string * refactor tests * Update tests/rest/admin/test_room.py Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10859.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10859.bugfix b/changelog.d/10859.bugfix new file mode 100644 index 0000000000..c1bfe22d54 --- /dev/null +++ b/changelog.d/10859.bugfix @@ -0,0 +1 @@ +Fix a bug in Unicode support of the room search admin API. It is now possible to search for rooms with non-ASCII characters. \ No newline at end of file |