aboutsummaryrefslogtreecommitdiff
path: root/syncapi/streams/streams.go
diff options
context:
space:
mode:
Diffstat (limited to 'syncapi/streams/streams.go')
-rw-r--r--syncapi/streams/streams.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/syncapi/streams/streams.go b/syncapi/streams/streams.go
index 07322388..c7d06a29 100644
--- a/syncapi/streams/streams.go
+++ b/syncapi/streams/streams.go
@@ -32,6 +32,7 @@ func NewSyncStreamProviders(
streams := &Streams{
PDUStreamProvider: &PDUStreamProvider{
StreamProvider: StreamProvider{DB: d},
+ userAPI: userAPI,
},
TypingStreamProvider: &TypingStreamProvider{
StreamProvider: StreamProvider{DB: d},