mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 07:53:43 +01:00
6 lines
160 B
Ruby
6 lines
160 B
Ruby
Fabricator(:conversation_account) do
|
|
account nil
|
|
conversation nil
|
|
participant_account_ids ''
|
|
last_status nil
|
|
end
|