mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 04:44:52 -04:00
Clean out event_forward_extremities table when the server rejoins the room
This commit is contained in:
parent
93978c5e2b
commit
bb24609158
2 changed files with 14 additions and 0 deletions
|
@ -290,6 +290,8 @@ class FederationHandler(BaseHandler):
|
|||
"""
|
||||
logger.debug("Joining %s to %s", joinee, room_id)
|
||||
|
||||
yield self.store.clean_room_for_join(room_id)
|
||||
|
||||
origin, pdu = yield self.replication_layer.make_join(
|
||||
target_hosts,
|
||||
room_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue