mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Revert "Don't fast-forward typing notifications either on complete sync"
This reverts commit 01471f7843.
This commit is contained in:
parent
01471f7843
commit
9961ff5f77
|
|
@ -18,7 +18,7 @@ func (p *TypingStreamProvider) CompleteSync(
|
|||
ctx context.Context,
|
||||
req *types.SyncRequest,
|
||||
) types.StreamPosition {
|
||||
return p.LatestPosition(ctx)
|
||||
return p.IncrementalSync(ctx, req, 0, p.LatestPosition(ctx))
|
||||
}
|
||||
|
||||
func (p *TypingStreamProvider) IncrementalSync(
|
||||
|
|
|
|||
Loading…
Reference in a new issue