mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-05 14:58:40 +00:00
Fix user topic streaming.
This commit is contained in:
parent
46cc6fab07
commit
a9e36e5a64
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ defmodule Pleroma.Web.Streamer do
|
||||||
end)
|
end)
|
||||||
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}"
|
"#{topic}:#{socket.assigns[:user].id}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue