diff --git a/historysync.go b/historysync.go index b0edc39..c34e74e 100644 --- a/historysync.go +++ b/historysync.go @@ -232,6 +232,7 @@ func (user *User) backfillInChunks(req *database.Backfill, conv *database.Histor msg.Sent = true msg.Type = database.MsgFake msg.Insert(nil) + user.markSelfReadFull(portal) return }