Add visibility parameter in share page (#13023)

* Add visibility parameter in share page

* Restrict to default privacy
This commit is contained in:
Takeshi Umeda
2020-06-09 07:16:30 +09:00
committed by GitHub
parent e0f55f374c
commit 13f065da05
3 changed files with 7 additions and 2 deletions

View File

@ -2,5 +2,5 @@
class InitialStatePresenter < ActiveModelSerializers::Model
attributes :settings, :push_subscription, :token,
:current_account, :admin, :text
:current_account, :admin, :text, :visibility
end