Fix user topic streaming.

stable
lain 6 years ago
parent 46cc6fab07
commit a9e36e5a64

@ -150,7 +150,7 @@ defmodule Pleroma.Web.Streamer do
end)
end
defp internal_topic(topic, socket) when topic in ~w[user, direct] do
defp internal_topic(topic, socket) when topic in ~w[user direct] do
"#{topic}:#{socket.assigns[:user].id}"
end

Loading…
Cancel
Save