mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-06 23:15:07 +00:00
![Eugen Rochko](/assets/img/avatar_default.png)
* Add administrative webhooks * Fix error when webhook is deleted before delivery worker runs
6 lines
117 B
Ruby
6 lines
117 B
Ruby
Fabricator(:webhook) do
|
|
url { Faker::Internet.url }
|
|
secret { SecureRandom.hex }
|
|
events { Webhook::EVENTS }
|
|
end
|