mirror of
https://github.com/funamitech/mastodon
synced 2024-12-05 02:09:05 +09:00
4113237eb1
Co-authored-by: Plastikmensch <plastikmensch@users.noreply.github.com>
9 lines
115 B
Ruby
9 lines
115 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:status_reaction) do
|
|
account
|
|
status
|
|
name '👍'
|
|
custom_emoji
|
|
end
|