mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 10:11:37 +01:00
aac4edf0c5
Co-authored-by: Plastikmensch <plastikmensch@users.noreply.github.com>
8 lines
115 B
Ruby
8 lines
115 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:status_reaction) do
|
|
account
|
|
status
|
|
name '👍'
|
|
custom_emoji
|
|
end
|