mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-19 08:43:16 +00:00
9 lines
207 B
Ruby
9 lines
207 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:fasp_backfill_request, from: 'Fasp::BackfillRequest') do
|
|
category 'content'
|
|
max_count 10
|
|
cursor nil
|
|
fulfilled false
|
|
fasp_provider
|
|
end
|