logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

initial_state_presenter.rb (192B)


  1. # frozen_string_literal: true
  2. class InitialStatePresenter < ActiveModelSerializers::Model
  3. attributes :settings, :push_subscription, :token,
  4. :current_account, :admin, :text
  5. end