mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-20 09:33:49 -05:00
5 lines
82 B
Ruby
5 lines
82 B
Ruby
Fabricator(:relay) do
|
|
inbox_url "https://example.com/inbox"
|
|
state :idle
|
|
end
|