mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 16:34:50 +00:00
9 lines
198 B
Ruby
9 lines
198 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:notification_policy) do
|
|
account
|
|
filter_not_following false
|
|
filter_not_followers false
|
|
filter_new_accounts false
|
|
filter_private_mentions true
|
|
end
|