diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-26 11:41:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 11:41:38 +0100 |
commit | 00db90f4098e400306b3f25f14ba7a302d6f7ee8 (patch) | |
tree | 2aa4dd466b14e2a705065e492c833196bb2c4bdd /changelog.d | |
parent | Simplify reap_monthly_active_users (#7558) (diff) | |
download | synapse-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.bugfix | 1 |
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. |