mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 23:28:08 +01: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
|