]> cat aescling's git repositories - mastodon.git/commit
Fix removing allowed domains being done synchronously (#14302)
authorThibG <thib@sitedethib.com>
Wed, 15 Jul 2020 19:08:19 +0000 (21:08 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2020 19:08:19 +0000 (21:08 +0200)
commitd658af7ff8893d332f1509082a9d919f70af99af
tree71e93cbd0caee678c585c22bd89c6f5eee531f4e
parentbfed7dd5f3127f08ece3070bd67f5737933bac1a
Fix removing allowed domains being done synchronously (#14302)

* Fix removing allowed domains being done synchronously

* Add tests
app/services/after_unallow_domain_service.rb [new file with mode: 0644]
app/services/unallow_domain_service.rb
app/workers/after_unallow_domain_worker.rb [new file with mode: 0644]
spec/services/unallow_domain_service_spec.rb [new file with mode: 0644]