logo

mastofe

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

collection_presenter.rb (177B)


  1. # frozen_string_literal: true
  2. class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model
  3. attributes :id, :type, :size, :items, :part_of, :first, :next, :prev
  4. end