mirror of
https://github.com/Siphonay/mastodon
synced 2025-02-12 12:24:46 +00:00
7 lines
130 B
Ruby
7 lines
130 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:notification_permission) do
|
|
account
|
|
from_account { Fabricate.build(:account) }
|
|
end
|