mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 00:03:09 -06:00
Revert "Rely on positions from notifier rather than manually advancing them"
This reverts commit 53112a62cc.
This commit is contained in:
parent
53112a62cc
commit
dcab0654cb
|
|
@ -629,6 +629,7 @@ func (d *Database) addReceiptDeltaToResponse(
|
|||
}
|
||||
read.User[receipt.UserID] = eduAPI.ReceiptTS{TS: receipt.Timestamp}
|
||||
content[receipt.EventID] = read
|
||||
res.NextBatch.ReceiptPosition++
|
||||
}
|
||||
ev.Content, err = json.Marshal(content)
|
||||
if err != nil {
|
||||
|
|
|
|||
|
|
@ -325,6 +325,7 @@ func (rp *RequestPool) currentSyncForUser(req syncRequest, latestPos types.Strea
|
|||
// Add the updates into the sync response.
|
||||
for _, event := range events {
|
||||
res.ToDevice.Events = append(res.ToDevice.Events, event.SendToDeviceEvent)
|
||||
res.NextBatch.SendToDevicePosition++
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue