mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
5 lines
131 B
Ruby
5 lines
131 B
Ruby
Fabricator(:notification) do
|
|
activity fabricator: [:mention, :status, :follow, :follow_request, :favourite].sample
|
|
account
|
|
end
|