diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-12-09 14:54:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-09 14:54:33 +0000 |
commit | 5e8abe9013427e8ad452c4652dfcb40da05c246e (patch) | |
tree | a354359636e037ebfc57d666c1819beea023b74b /changelog.d | |
parent | Back out perf regression from get_cross_signing_keys_from_cache. (#6494) (diff) | |
download | synapse-5e8abe9013427e8ad452c4652dfcb40da05c246e.tar.xz |
Better errors regarding changing avatar_url (#6497)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6497.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6497.bugfix b/changelog.d/6497.bugfix new file mode 100644 index 0000000000..92ed08fc40 --- /dev/null +++ b/changelog.d/6497.bugfix @@ -0,0 +1 @@ +Fix error message when setting your profile's avatar URL mentioning displaynames, and prevent NoneType avatar_urls. \ No newline at end of file |