pleroma/lib/pleroma/web/streamer
Ariadne Conill 4bf942583f streamer: use direct object for filter checks when there is no valid child object in an activity
We call Object.normalize/1 to get the child object for situations like Announce.
However, the check is flawed and immediately fails if Object.normalize/1 fails.
Instead, we should use the activity itself in those cases to allow activities which
never have a child object to pass through the filter.

Closes #1291
2019-11-03 09:05:12 -06:00
..
ping.ex streamer: add missing copyright headers 2019-10-04 15:21:45 +00:00
state.ex streamer: add missing copyright headers 2019-10-04 15:21:45 +00:00
streamer.ex don't stream in benchmark env 2019-10-15 15:16:17 +03:00
streamer_socket.ex streamer: add missing copyright headers 2019-10-04 15:21:45 +00:00
supervisor.ex streamer: add missing copyright headers 2019-10-04 15:21:45 +00:00
worker.ex streamer: use direct object for filter checks when there is no valid child object in an activity 2019-11-03 09:05:12 -06:00