summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-05-26 11:41:38 +0100
committerGitHub <noreply@github.com>2020-05-26 11:41:38 +0100
commit00db90f4098e400306b3f25f14ba7a302d6f7ee8 (patch)
tree2aa4dd466b14e2a705065e492c833196bb2c4bdd /changelog.d
parentSimplify reap_monthly_active_users (#7558) (diff)
downloadsynapse-00db90f4098e400306b3f25f14ba7a302d6f7ee8.tar.xz
Fix recording of federation stream token (#7564)
A couple of changes of significance:

 * remove the `_last_ack < federation_position` condition, so that
   updates will still be correctly processed after restart

 * Correctly wire up send_federation_ack to the right class.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7565.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7565.bugfix b/changelog.d/7565.bugfix
new file mode 100644
index 0000000000..35fabb9a0b
--- /dev/null
+++ b/changelog.d/7565.bugfix
@@ -0,0 +1 @@
+Fix exception `'GenericWorkerReplicationHandler' object has no attribute 'send_federation_ack'`, introduced in v1.13.0.