aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api/websocket_handler.ex
diff options
context:
space:
mode:
authorMaksim <parallel588@gmail.com>2019-06-16 10:33:25 +0000
committerrinpatch <rinpatch@sdf.org>2019-06-16 10:33:25 +0000
commita04bf131e052f12c82e09b22c5e942e99c36d0ee (patch)
tree8573c525a0c2b2ddf3e6b49870cd413de81b51f0 /lib/pleroma/web/mastodon_api/websocket_handler.ex
parent57d54a9f095774d856b7966c5fbc08c27fbdd586 (diff)
downloadpleroma-a04bf131e052f12c82e09b22c5e942e99c36d0ee.tar.gz
[#570] add user:notification stream
Diffstat (limited to 'lib/pleroma/web/mastodon_api/websocket_handler.ex')
-rw-r--r--lib/pleroma/web/mastodon_api/websocket_handler.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/mastodon_api/websocket_handler.ex b/lib/pleroma/web/mastodon_api/websocket_handler.ex
index abfa26754..3299e1721 100644
--- a/lib/pleroma/web/mastodon_api/websocket_handler.ex
+++ b/lib/pleroma/web/mastodon_api/websocket_handler.ex
@@ -17,6 +17,7 @@ defmodule Pleroma.Web.MastodonAPI.WebsocketHandler do
"public:media",
"public:local:media",
"user",
+ "user:notification",
"direct",
"list",
"hashtag"