mirror of
https://github.com/funamitech/mastodon
synced 2024-12-14 14:49:01 +09:00
6038222aa7
turns out we can just reuse the code for announcement reactions.
6 lines
118 B
Ruby
6 lines
118 B
Ruby
Fabricator(:status_reaction) do
|
|
account nil
|
|
status nil
|
|
name "MyString"
|
|
custom_emoji nil
|
|
end |