Revert "Merge branch 'streamer-refactoring' into 'develop'"
This reverts merge request !1653
This commit is contained in:
parent
4fabf83ad0
commit
c623b4324d
26 changed files with 447 additions and 888 deletions
|
|
@ -38,7 +38,9 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
|
|||
stream: fn _, _ -> nil end do
|
||||
ActivityPub.stream_out_participations(conversation.participations)
|
||||
|
||||
assert called(Pleroma.Web.Streamer.stream("participation", participations))
|
||||
Enum.each(participations, fn participation ->
|
||||
assert called(Pleroma.Web.Streamer.stream("participation", participation))
|
||||
end)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue