Skip to content

Commit

Permalink
Also decline requests if vanishing
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Nov 19, 2024
1 parent 607da92 commit 7b2dc3b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions includes/RemovePIIJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,17 @@ public function run() {
]
],
],
'cw_requests' => [
[
'fields' => [
'cw_status' => 'declined'
],
'where' => [
'cw_status' => [ 'inreview', 'onhold', 'needsmoredetails' ],
'cw_user' => $userId
]
],
],
'echo_event' => [
[
'fields' => [
Expand Down

0 comments on commit 7b2dc3b

Please sign in to comment.