mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Return "to", if we didn't return any presence events (#2407)
Return correct stream position, if we didn't return any presence events
This commit is contained in:
parent
31799a3b2a
commit
987d7adc5d
@ -145,6 +145,10 @@ func (p *PresenceStreamProvider) IncrementalSync(
|
||||
p.cache.Store(cacheKey, presence)
|
||||
}
|
||||
|
||||
if len(req.Response.Presence.Events) == 0 {
|
||||
return to
|
||||
}
|
||||
|
||||
return lastPos
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user