about summary refs log tree commit diff
path: root/app/presenters/initial_state_presenter.rb
blob: 06482935ca9e21b0d50fe55c06f41e93f5e0dd7a (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

class InitialStatePresenter < ActiveModelSerializers::Model
  attributes :settings, :push_subscription, :token,
             :current_account, :admin, :text, :visibility
end