Add setting a always mark media as sensitive (#4136)
This commit is contained in:
committed by
Eugen Rochko
parent
617208053c
commit
2b9721d1b3
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user