diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-03-31 14:51:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 14:51:22 +0100 |
commit | b994e86e359fd095f82feabbf38fb18a5d10e0ae (patch) | |
tree | 18e94ea5328c8804c549dd8c7cd2298161286083 /changelog.d | |
parent | Fix use of async/await in media code (#7184) (diff) | |
download | synapse-b994e86e359fd095f82feabbf38fb18a5d10e0ae.tar.xz |
Only setdefault for signatures if device has key_json (#7177)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7177.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7177.bugfix b/changelog.d/7177.bugfix new file mode 100644 index 0000000000..329a96cb0b --- /dev/null +++ b/changelog.d/7177.bugfix @@ -0,0 +1 @@ +Fix a bug which could cause outbound federation traffic to stop working if a client uploaded an incorrect e2e device signature. \ No newline at end of file |