diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-25 07:27:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 07:27:16 -0500 |
commit | 6f7417c3db54c9545e93b0428303f29973468d39 (patch) | |
tree | 041f166b49d1e462c444bba82f08bc848df9109a /changelog.d | |
parent | Return a 404 if no valid thumbnail is found. (#9163) (diff) | |
download | synapse-6f7417c3db54c9545e93b0428303f29973468d39.tar.xz |
Handle missing content keys when calculating presentable names. (#9165)
Treat the content as untrusted and do not assume it is of the proper form.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9165.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9165.bugfix b/changelog.d/9165.bugfix new file mode 100644 index 0000000000..58db22f484 --- /dev/null +++ b/changelog.d/9165.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where invalid data could cause errors when calculating the presentable room name for push. |