mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-26 23:39:37 +00:00
parent
addc8393e2
commit
0e9bb70f14
|
@ -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…
Reference in a new issue