diff --git a/historysync.go b/historysync.go index eddfb69..d232413 100644 --- a/historysync.go +++ b/historysync.go @@ -734,7 +734,7 @@ func (portal *Portal) updateBackfillStatus(backfillState *database.BackfillState _, err := portal.MainIntent().SendStateEvent(portal.MXID, BackfillStatusEvent, "", map[string]interface{}{ "status": backfillStatus, - "first_timestamp": backfillState.FirstExpectedTimestamp, + "first_timestamp": backfillState.FirstExpectedTimestamp * 1000, }) if err != nil { portal.log.Errorln("Error sending backfill status event:", err)