diff options
author | Erik Johnston <erikj@jki.re> | 2018-08-29 16:29:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-29 16:29:57 +0100 |
commit | 7f0399586dd595d20e1d4f2ce735e9efa9a96d0a (patch) | |
tree | 26c61ccee857c692914bee8a9a666d7ae0fa7d73 /changelog.d | |
parent | Update CONTRIBUTING to clarify miscs & Markdown (#3730) (diff) | |
parent | changelog (diff) | |
download | synapse-7f0399586dd595d20e1d4f2ce735e9efa9a96d0a.tar.xz |
Merge pull request #3768 from krombel/fix_3445
fix #3445 - do not use itervalues() on SortedDict()
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3768.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3768.bugfix b/changelog.d/3768.bugfix new file mode 100644 index 0000000000..a039a7fa68 --- /dev/null +++ b/changelog.d/3768.bugfix @@ -0,0 +1 @@ +Fix bug in sending presence over federation |