Merge branch 'develop' into 'fix/hide-follows-counters'
# Conflicts: # CHANGELOG.md
This commit is contained in:
commit
84808e1697
16 changed files with 290 additions and 50 deletions
|
|
@ -168,7 +168,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
|
|||
thread_muted? =
|
||||
case activity.thread_muted? do
|
||||
thread_muted? when is_boolean(thread_muted?) -> thread_muted?
|
||||
nil -> CommonAPI.thread_muted?(user, activity)
|
||||
nil -> (opts[:for] && CommonAPI.thread_muted?(opts[:for], activity)) || false
|
||||
end
|
||||
|
||||
attachment_data = object.data["attachment"] || []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue