diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-13 13:52:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 13:52:08 +0100 |
commit | 5c15039e065d710459dac9e558c8ec94edf7b6c4 (patch) | |
tree | 3135ae91dd6f94e3ef018ea06505c931daaf2315 /changelog.d | |
parent | Expose statistics on extrems to prometheus (#5384) (diff) | |
download | synapse-5c15039e065d710459dac9e558c8ec94edf7b6c4.tar.xz |
Clean up code for sending federation EDUs. (#5381)
This code confused the hell out of me today. Split _get_new_device_messages into its two (unrelated) parts.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5381.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5381.misc b/changelog.d/5381.misc new file mode 100644 index 0000000000..bbf70a0445 --- /dev/null +++ b/changelog.d/5381.misc @@ -0,0 +1 @@ +Clean up code for sending federation EDUs. |