mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 01:13:10 -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
|
||||
// new updates.
|
||||
// GetListener returns UserStreamListener that a sync request can use to wait
|
||||
// for new updates with.
|
||||
// sincePos specifies from which point we want to be notified about
|
||||
// UserStreamListener must be closed
|
||||
func (s *UserStream) GetListener(sincePos types.StreamPosition) UserStreamListener {
|
||||
|
|
|
|||
Loading…
Reference in a new issue