1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-14 14:49:01 +09:00
YuruToot/spec/fabricators/status_reaction_fabricator.rb
fef 6038222aa7
add backend support for status emoji reactions
turns out we can just reuse the code for
announcement reactions.
2023-07-07 21:57:38 +02:00

6 lines
118 B
Ruby

Fabricator(:status_reaction) do
account nil
status nil
name "MyString"
custom_emoji nil
end