mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-04-06 03:54:32 +00:00
5 lines
82 B
Ruby
5 lines
82 B
Ruby
Fabricator(:relay) do
|
|
inbox_url "https://example.com/inbox"
|
|
state :idle
|
|
end
|