mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 23:58:06 +01:00
4 lines
131 B
Ruby
4 lines
131 B
Ruby
Fabricator(:notification) do
|
|
activity fabricator: [:mention, :status, :follow, :follow_request, :favourite].sample
|
|
account
|
|
end
|