mirror of
https://github.com/funamitech/mastodon
synced 2024-11-24 07:06:34 +09:00
10 lines
198 B
Ruby
10 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
|