Streamer: Fix Marker streaming bug, fix caching in tests.
This commit is contained in:
parent
343e42126a
commit
033083d1d1
2 changed files with 7 additions and 2 deletions
|
|
@ -300,7 +300,7 @@ defmodule Pleroma.Web.Streamer do
|
|||
end)
|
||||
end
|
||||
|
||||
defp do_stream("user", item) do
|
||||
defp do_stream("user", %Activity{} = item) do
|
||||
Logger.debug("Trying to push to users")
|
||||
|
||||
recipient_topics =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue