diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-06-06 23:54:00 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-06 23:54:00 +0100 |
commit | 2d1d7b7e6f2bec3b96b0d23993369ce46aad4f32 (patch) | |
tree | 17328e25d8e35e9ce80b61e94b256ed5be9d8844 /changelog.d | |
parent | Set default room version to v4. (#5379) (diff) | |
download | synapse-2d1d7b7e6f2bec3b96b0d23993369ce46aad4f32.tar.xz |
Prevent multiple device list updates from breaking a batch send (#5156)
fixes #5153
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5156.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5156.bugfix b/changelog.d/5156.bugfix new file mode 100644 index 0000000000..e8aa7d8241 --- /dev/null +++ b/changelog.d/5156.bugfix @@ -0,0 +1 @@ +Prevent federation device list updates breaking when processing multiple updates at once. \ No newline at end of file |