Skip to content

Mastodon API: Fix list streaming

KokaKiwi requested to merge KokaKiwi/pleroma:fix-list-streaming into develop

Actually sockets for list were registered for list topic whereas messages were sent to list:<id> topic, this MR fix that.

(Also unify a bit between "topic" and "socket stream" stuff which seemed weird to me)

Merge request reports