summaryrefslogtreecommitdiff
path: root/internal/processing/streaming/notification.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/streaming/notification.go')
-rw-r--r--internal/processing/streaming/notification.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/streaming/notification.go b/internal/processing/streaming/notification.go
index 870490be4..7f8cfb8ac 100644
--- a/internal/processing/streaming/notification.go
+++ b/internal/processing/streaming/notification.go
@@ -33,5 +33,5 @@ func (p *processor) StreamNotificationToAccount(n *apimodel.Notification, accoun
return fmt.Errorf("error marshalling notification to json: %s", err)
}
- return p.streamToAccount(string(bytes), stream.EventTypeNotification, account.ID)
+ return p.streamToAccount(string(bytes), stream.EventTypeNotification, []string{stream.TimelineNotifications, stream.TimelineHome}, account.ID)
}