logo

mastofe

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

follow_request_fabricator.rb (100B)


  1. Fabricator(:follow_request) do
  2. account
  3. target_account { Fabricate(:account, locked: true) }
  4. end