diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-29 12:41:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 12:41:11 +0100 |
commit | 1652c8c1fc821dc1d53816c8295e225ddbc0aaf4 (patch) | |
tree | 7517544b0e5e407bee834158abc688cb8506779a /changelog.d | |
parent | 1.5.0rc2 (diff) | |
parent | Add comment as to why we're pinning black in tests (diff) | |
download | synapse-1652c8c1fc821dc1d53816c8295e225ddbc0aaf4.tar.xz |
Merge pull request #6268 from matrix-org/erikj/case_insensitive_room_dir
Make room directory search case insensitive
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6286.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6286.bugfix b/changelog.d/6286.bugfix new file mode 100644 index 0000000000..a4bebec1c7 --- /dev/null +++ b/changelog.d/6286.bugfix @@ -0,0 +1 @@ +Fix bug where room directory search was case sensitive. |