mastodon/streaming
Eugen Rochko a0d4129893
Refactor notifications to go through a separate stream in streaming API ()
Eliminate need to have custom notifications filtering logic in the
streaming API code by publishing notifications into a separate stream
and then simply using the multi-stream capability to subscribe to that
stream when necessary
..
index.js Refactor notifications to go through a separate stream in streaming API ()