Add setting a always mark media as sensitive (#4136)
This commit is contained in:
parent
617208053c
commit
2b9721d1b3
9 changed files with 29 additions and 0 deletions
|
@ -23,6 +23,7 @@ class InitialStateSerializer < ActiveModel::Serializer
|
|||
{
|
||||
me: object.current_account.id,
|
||||
default_privacy: object.current_account.user.setting_default_privacy,
|
||||
default_sensitive: object.current_account.user.setting_default_sensitive,
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue