Merge remote-tracking branch 'parent/main' into upstream-20231204
This commit is contained in:
commit
94c2396a34
179 changed files with 1036 additions and 775 deletions
|
@ -11,7 +11,7 @@ class StatusPolicy < ApplicationPolicy
|
|||
delegate :reply?, :expired?, to: :record
|
||||
|
||||
def show?
|
||||
return false if author.suspended?
|
||||
return false if author.unavailable?
|
||||
|
||||
if requires_mention?
|
||||
owned? || mention_exists?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue