MatrixSynapse/synapse/handlers
Erik Johnston 921a3f8a59
Fix not sending events over federation when using sharded event persisters (#8536)
* Fix outbound federaion with multiple event persisters.

We incorrectly notified federation senders that the minimum persisted
stream position had advanced when we got an `RDATA` from an event
persister.

Notifying of federation senders already correctly happens in the
notifier, so we just delete the offending line.

* Change some interfaces to use RoomStreamToken.

By enforcing use of `RoomStreamTokens` we make it less likely that
people pass in random ints that they got from somewhere random.
2020-10-14 13:27:51 +01:00
..
ui_auth Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
__init__.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
_base.py
account_data.py Add type hints to some handlers (#8505) 2020-10-09 07:20:51 -04:00
account_validity.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
acme.py
acme_issuing_service.py
admin.py
appservice.py Fix not sending events over federation when using sharded event persisters (#8536) 2020-10-14 13:27:51 +01:00
auth.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
cas_handler.py
deactivate_account.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
device.py
devicemessage.py Add type hints to some handlers (#8505) 2020-10-09 07:20:51 -04:00
directory.py
e2e_keys.py
e2e_room_keys.py
events.py
federation.py Fix message duplication if something goes wrong after persisting the event (#8476) 2020-10-13 12:07:56 +01:00
groups_local.py
identity.py
initial_sync.py Add type hints to response cache. (#8507) 2020-10-09 11:35:11 -04:00
message.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
oidc_handler.py
pagination.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
password_policy.py Add type hints to some handlers (#8505) 2020-10-09 07:20:51 -04:00
presence.py
profile.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
read_marker.py Add type hints to some handlers (#8505) 2020-10-09 07:20:51 -04:00
receipts.py
register.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
room.py Add type hints to response cache. (#8507) 2020-10-09 11:35:11 -04:00
room_list.py
room_member.py Fix message duplication if something goes wrong after persisting the event (#8476) 2020-10-13 12:07:56 +01:00
room_member_worker.py
saml_handler.py
search.py
set_password.py
state_deltas.py
stats.py
sync.py Add type hints to response cache. (#8507) 2020-10-09 11:35:11 -04:00
typing.py
user_directory.py