This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2023-05-10 11:53:18 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2022-11-24 03:50:32 -08:00
|
|
|
Fabricator(:status_reaction) do
|
2023-05-10 11:53:18 -07:00
|
|
|
account
|
|
|
|
status
|
|
|
|
name '👍'
|
|
|
|
custom_emoji
|
2023-05-09 14:41:48 -07:00
|
|
|
end
|