logo

mastofe

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

stream_entry_fabricator.rb (111B)


  1. Fabricator(:stream_entry) do
  2. account
  3. activity { Fabricate(:status) }
  4. hidden { [true, false].sample }
  5. end