mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00

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.
2 lines
120 B
Plaintext
2 lines
120 B
Plaintext
Fix exception `'GenericWorkerReplicationHandler' object has no attribute 'send_federation_ack'`, introduced in v1.13.0.
|