Fix order of args for thread_muted?/2

This commit is contained in:
Mark Felder 2024-07-22 18:23:13 -04:00
commit 8127e0d8cc
6 changed files with 12 additions and 12 deletions

View file

@ -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