mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Comments
This commit is contained in:
parent
ef245c3549
commit
b6440a198a
|
|
@ -55,8 +55,8 @@ func NewUserStream(userID string, currPos types.StreamPosition) *UserStream {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetListener returns UserStreamListener a sync request can use to wait for
|
// GetListener returns UserStreamListener that a sync request can use to wait
|
||||||
// new updates.
|
// for new updates with.
|
||||||
// sincePos specifies from which point we want to be notified about
|
// sincePos specifies from which point we want to be notified about
|
||||||
// UserStreamListener must be closed
|
// UserStreamListener must be closed
|
||||||
func (s *UserStream) GetListener(sincePos types.StreamPosition) UserStreamListener {
|
func (s *UserStream) GetListener(sincePos types.StreamPosition) UserStreamListener {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue