diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-29 11:41:27 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-10-29 11:41:27 +0000 |
commit | e419c44ba4e0247d4c68f95c1c5ecdb2d854bea8 (patch) | |
tree | 2cea3052728d5b62bb29b63255b20b7cb060067c /changelog.d | |
parent | Add CI for synapse_port_db (#6140) (diff) | |
parent | Merge pull request #6268 from matrix-org/erikj/case_insensitive_room_dir (diff) | |
download | synapse-e419c44ba4e0247d4c68f95c1c5ecdb2d854bea8.tar.xz |
Merge branch 'release-v1.5.0' of github.com:matrix-org/synapse into develop
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. |