forked from MirrorHub/mautrix-whatsapp
Mark room as read after backfilling disappearing notice
This commit is contained in:
parent
a2bb46c22d
commit
cd584d9c05
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue