Merge branch 'fix-streaming' into 'develop'
Fix argument error in streamer See merge request pleroma/pleroma!2609
This commit is contained in:
commit
219d2b3146
2 changed files with 20 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ defmodule Pleroma.Web.Streamer do
|
|||
false <- Pleroma.Web.ActivityPub.MRF.subdomain_match?(domain_blocks, item_host),
|
||||
false <- Pleroma.Web.ActivityPub.MRF.subdomain_match?(domain_blocks, parent_host),
|
||||
true <- thread_containment(item, user),
|
||||
false <- CommonAPI.thread_muted?(user, item) do
|
||||
false <- CommonAPI.thread_muted?(user, parent) do
|
||||
false
|
||||
else
|
||||
_ -> true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue