Haelwenn
1e74bbc495
Merge branch 'fix-streaming-reblog' into 'develop'
...
Streamer: Correctly handle reblog mutes
Closes #1129 and #1438
See merge request pleroma/pleroma!2156
2020-02-09 01:02:06 +03:00
Ariadne Conill
6a151e7c7f
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-04 16:25:05 +01:00
Ariadne Conill
abb967671a
streamer: worker: actually use should_send? consistently
2019-10-04 16:06:20 +00:00
Ariadne Conill
d0e874c7f2
streamer: worker: check for lack of intersectionality between a user's blocklist and an activity's recipientlist
2019-10-04 16:06:14 +00:00
Ariadne Conill
51b317a602
streamer: add missing copyright headers
2019-10-04 16:06:08 +00:00
Steven Fuchs
a2e92a1b8a
remove remaining errors from tests
2019-10-04 16:05:22 +00:00
Egor Kislitsyn
7d5f20b50f
Revert "Merge branch 'revert-4fabf83a' into 'develop'"
...
This reverts commit fe7fd33126
, reversing
changes made to 4fabf83ad0
.
2019-10-04 16:01:31 +00:00