0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-15 19:08:20 +02:00

Don't fast-forward typing notifications either on complete sync

This commit is contained in:
Neil Alexander 2021-01-29 14:48:21 +00:00
parent bc23f46acb
commit 01471f7843
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -18,7 +18,7 @@ func (p *TypingStreamProvider) CompleteSync(
ctx context.Context,
req *types.SyncRequest,
) types.StreamPosition {
return p.IncrementalSync(ctx, req, 0, p.LatestPosition(ctx))
return p.LatestPosition(ctx)
}
func (p *TypingStreamProvider) IncrementalSync(