mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-02-06 11:37:42 +00:00
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
|