logo

mastofe

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

list_feed.rb (130B)


  1. # frozen_string_literal: true
  2. class ListFeed < Feed
  3. def initialize(list)
  4. @type = :list
  5. @id = list.id
  6. end
  7. end