diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-31 22:35:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 22:35:03 -0400 |
commit | 3b4216f961824180fcd4c8a157f1d402f990dce2 (patch) | |
tree | 1d438212e111b43b5a2eb7ed94219ee148940bf9 /changelog.d | |
parent | rstrip slashes from url on appservice (#6306) (diff) | |
parent | Merge branch 'develop' into uhoreg/cross_signing_fix_workers_notify (diff) | |
download | synapse-3b4216f961824180fcd4c8a157f1d402f990dce2.tar.xz |
Merge pull request #6254 from matrix-org/uhoreg/cross_signing_fix_workers_notify
make notification of signatures work with workers
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6254.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6254.bugfix b/changelog.d/6254.bugfix new file mode 100644 index 0000000000..3181484b88 --- /dev/null +++ b/changelog.d/6254.bugfix @@ -0,0 +1 @@ +Make notification of cross-signing signatures work with workers. |