about summary refs log tree commit diff
path: root/public
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-06-09 10:32:00 +0200
committerGitHub <noreply@github.com>2020-06-09 10:32:00 +0200
commit89f40b6c3ec525b09d02f21e9b45276084167d8d (patch)
tree85eb1bee806c3c74aa3de55ec0d09ac588bb1e06 /public
parent384d64894ad67df53dd3497b35c67de0021f4eb3 (diff)
Make domain block/silence/reject-media code more robust (#13424)
* Split media cleanup from reject-media domain blocks to its own service

* Slightly improve ClearDomainMediaService error handling

* Lower DomainClearMediaWorker to lowest-priority queue

* Do not catch ActiveRecord::RecordNotFound in domain block workers

* Fix DomainBlockWorker spec labels

* Add some specs

* Change domain blocks to immediately mark accounts as suspended

Rather than doing so sequentially, account after account, while cleaning
their data. This doesn't change much about the time the block takes to
complete, but it immediately prevents interaction with the blocked domain,
while up to now, it would only be guaranteed when the process ends.
Diffstat (limited to 'public')
0 files changed, 0 insertions, 0 deletions