]> cat aescling's git repositories - mastodon.git/commit
Refactor notifications to go through a separate stream in streaming API (#16765)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 26 Sep 2021 11:23:28 +0000 (13:23 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Sep 2021 11:23:28 +0000 (13:23 +0200)
commita0d4129893c797f78d28ba9df5d35646f7bb0d80
treebe6b5c2dbb4e648ede66e96eda2adcab2bac33ee
parent52e5c07948c4c91b73062846e1f19ea278ec0e24
Refactor notifications to go through a separate stream in streaming API (#16765)

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
app/services/notify_service.rb
streaming/index.js