Merge branch 'develop' into support/tests

This commit is contained in:
Maksim Pechnikov 2019-09-07 22:13:43 +03:00
commit 39f99dc6cd
62 changed files with 450 additions and 5343 deletions

View file

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