Mark room as read after backfilling disappearing notice

This commit is contained in:
Tulir Asokan 2022-11-17 22:18:31 +02:00
parent a2bb46c22d
commit cd584d9c05

View file

@ -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
}