Add transaction ID to events if sending device (#368)
This commit is contained in:
parent
de6529d766
commit
b835e585c4
5 changed files with 59 additions and 24 deletions
|
|
@ -123,7 +123,7 @@ func (n *Notifier) GetListener(req syncRequest) UserStreamListener {
|
|||
|
||||
n.removeEmptyUserStreams()
|
||||
|
||||
return n.fetchUserStream(req.userID, true).GetListener(req.ctx)
|
||||
return n.fetchUserStream(req.device.UserID, true).GetListener(req.ctx)
|
||||
}
|
||||
|
||||
// Load the membership states required to notify users correctly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue