diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-04-16 10:52:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 10:52:55 -0400 |
commit | 01294e6b3a5c6ba909a0e70dad97a9ce7fdb64b9 (patch) | |
tree | 1d5a64898fd148a85bfa39d1be665b047b94785e /changelog.d | |
parent | Fix 'generator object is not subscriptable' error (#7290) (diff) | |
download | synapse-01294e6b3a5c6ba909a0e70dad97a9ce7fdb64b9.tar.xz |
Do not treat display names as globs for push rules. (#7271)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7271.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7271.bugfix b/changelog.d/7271.bugfix new file mode 100644 index 0000000000..e8315e4ce4 --- /dev/null +++ b/changelog.d/7271.bugfix @@ -0,0 +1 @@ +Do not treat display names as globs in push rules. |