Merge branch 'develop' into support/tests
This commit is contained in:
commit
39f99dc6cd
62 changed files with 450 additions and 5343 deletions
|
|
@ -790,7 +790,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
|
|||
)
|
||||
|
||||
unless opts["skip_preload"] do
|
||||
from([thread_mute: tm] in query, where: is_nil(tm))
|
||||
from([thread_mute: tm] in query, where: is_nil(tm.user_id))
|
||||
else
|
||||
query
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue