notification_policy_fabricator.rb 198 B

123456789
  1. # frozen_string_literal: true
  2. Fabricator(:notification_policy) do
  3. account
  4. filter_not_following false
  5. filter_not_followers false
  6. filter_new_accounts false
  7. filter_private_mentions true
  8. end