mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-20 18:24:36 -04:00
Use servers list approx to send read receipts when in partial state (#14549)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
This commit is contained in:
parent
ecb6fe9d9c
commit
4569eda944
3 changed files with 6 additions and 1 deletions
|
@ -647,7 +647,7 @@ class FederationSender(AbstractFederationSender):
|
|||
room_id = receipt.room_id
|
||||
|
||||
# Work out which remote servers should be poked and poke them.
|
||||
domains_set = await self._storage_controllers.state.get_current_hosts_in_room(
|
||||
domains_set = await self._storage_controllers.state.get_current_hosts_in_room_or_partial_state_approximation(
|
||||
room_id
|
||||
)
|
||||
domains = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue