diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-16 10:33:25 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-16 10:33:25 +0000 |
commit | efa445a75b242787a30ffbc2eb16bd165260f66c (patch) | |
tree | 8573c525a0c2b2ddf3e6b49870cd413de81b51f0 /lib/pleroma/web/mastodon_api/websocket_handler.ex | |
parent | 57d54a9f095774d856b7966c5fbc08c27fbdd586 (diff) | |
parent | a04bf131e052f12c82e09b22c5e942e99c36d0ee (diff) | |
download | pleroma-efa445a75b242787a30ffbc2eb16bd165260f66c.tar.gz |
Merge branch 'issues/570' into 'develop'
[#570] add user:notification stream
See merge request pleroma/pleroma!1274
Diffstat (limited to 'lib/pleroma/web/mastodon_api/websocket_handler.ex')
-rw-r--r-- | lib/pleroma/web/mastodon_api/websocket_handler.ex | 1 |
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" |