parent
addc8393e2
commit
0e9bb70f14
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
|
||||||
end
|
end
|
||||||
|
|
||||||
def show_application?
|
def show_application?
|
||||||
object.account.user_shows_application? || (current_user? && current_user.account_id == object.account_id)
|
object.account.user&.setting_show_application || (current_user? && current_user.account_id == object.account_id)
|
||||||
end
|
end
|
||||||
|
|
||||||
def visibility
|
def visibility
|
||||||
|
|
Loading…
Add table
Reference in a new issue