Fix order of args for thread_muted?/2
This commit is contained in:
parent
4601473aaf
commit
8127e0d8cc
6 changed files with 12 additions and 12 deletions
|
|
@ -206,7 +206,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, parent) do
|
||||
false <- CommonAPI.thread_muted?(parent, user) do
|
||||
false
|
||||
else
|
||||
_ -> true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue