projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46cc6fa
)
Fix user topic streaming.
author
lain
<lain@soykaf.club>
Sat, 26 May 2018 19:06:46 +0000
(21:06 +0200)
committer
lain
<lain@soykaf.club>
Sat, 26 May 2018 19:06:46 +0000
(21:06 +0200)
lib/pleroma/web/streamer.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/streamer.ex
b/lib/pleroma/web/streamer.ex
index 6aac472dcdefbc6486d0d0151a477b1eb1b146b7..6ed9035fb5d6414e9b0e04a8d86c08e99ff417e7 100644
(file)
--- a/
lib/pleroma/web/streamer.ex
+++ b/
lib/pleroma/web/streamer.ex
@@
-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