Skip to content
Snippets Groups Projects
Commit a9e36e5a authored by lain's avatar lain
Browse files

Fix user topic streaming.

parent 46cc6fab
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment