mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 04:34:28 +03:00
Add debug logging
This commit is contained in:
parent
9dfcf47e9b
commit
20c48d50ef
1 changed files with 2 additions and 0 deletions
|
@ -438,7 +438,9 @@ class FederationHandler(BaseHandler):
|
|||
if not prevs - seen:
|
||||
return
|
||||
|
||||
logger.info("here1")
|
||||
latest = await self.store.get_latest_event_ids_in_room(room_id)
|
||||
logger.info("here2")
|
||||
|
||||
# We add the prev events that we have seen to the latest
|
||||
# list to ensure the remote server doesn't give them to us
|
||||
|
|
Loading…
Reference in a new issue