mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 04:54:25 +00:00
13f065da05
* Add visibility parameter in share page * Restrict to default privacy
7 lines
205 B
Ruby
7 lines
205 B
Ruby
# frozen_string_literal: true
|
|
|
|
class InitialStatePresenter < ActiveModelSerializers::Model
|
|
attributes :settings, :push_subscription, :token,
|
|
:current_account, :admin, :text, :visibility
|
|
end
|