You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
"get_event_for_timestamp: Remote server (%s) claimed that remote_event_id=%s occured at remote_origin_server_ts=%s but that isn't true (actually occured at %s). Their claims are dubious and we should consider not trusting them.",
1509
+
domain,
1510
+
remote_event_id,
1511
+
remote_origin_server_ts,
1512
+
remote_event.origin_server_ts,
1513
+
)
1489
1514
1490
1515
# Only return the remote event if it's closer than the local event
1491
1516
ifnotlocal_eventor (
1492
-
abs(origin_server_ts-timestamp)
1517
+
abs(remote_event.origin_server_ts-timestamp)
1493
1518
<abs(local_event.origin_server_ts-timestamp)
1494
1519
):
1495
-
returnremote_event_id, origin_server_ts
1520
+
logger.info(
1521
+
"get_event_for_timestamp: returning remote_event_id=%s (%s) since it's closer to timestamp=%s than local_event=%s (%s)",
0 commit comments