mastodon/spec/fabricators/fasp/subscription_fabricator.rb
David Roetzel e234a89e06
Humble beginnings of fasp data sharing.
Subscriptions can be made and new statuses will be announced to
subscribed fasp.
2024-12-19 14:05:32 +01:00

13 lines
283 B
Ruby

# frozen_string_literal: true
Fabricator('Fasp::Subscription') do
category 'MyString'
subscription_type 'MyString'
max_batch_size 1
threshold_timeframe 1
threshold_shares 1
threshold_likes 1
threshold_replies 1
fasp_provider nil
end