mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-07 10:21:53 +00:00
7 lines
160 B
Ruby
7 lines
160 B
Ruby
Fabricator(:conversation_account) do
|
|
account nil
|
|
conversation nil
|
|
participant_account_ids ''
|
|
last_status nil
|
|
end
|