Skip to content

Commit

Permalink
Drop hooks service.app-delay-start-* in favour of the existing `jso…
Browse files Browse the repository at this point in the history
…n.before-appdelaystart` and `json.after-appdelaystart`
  • Loading branch information
the-djmaze committed Mar 26, 2024
1 parent 57fbdf8 commit 07710f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,6 @@ and called in JavaScript using rl.pluginRemoteRequest().
string $sName
mixed &$mResult

### service.app-delay-start-begin
no params

### service.app-delay-start-end
no params

# JavaScript Events

## mailbox
Expand Down
4 changes: 0 additions & 4 deletions snappymail/v/0.0.0/app/libraries/RainLoop/Actions/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ public function DoLogout() : array

public function DoAppDelayStart() : array
{
$this->Plugins()->RunHook('service.app-delay-start-begin');

Utils::UpdateConnectionToken();

$bMainCache = false;
Expand Down Expand Up @@ -130,8 +128,6 @@ public function DoAppDelayStart() : array
$this->logWrite('Files GC: End');
}

$this->Plugins()->RunHook('service.app-delay-start-end');

return $this->TrueResponse();
}

Expand Down

0 comments on commit 07710f6

Please sign in to comment.