mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Drop hooks service.app-delay-start-* in favour of the existing json.before-appdelaystart and json.after-appdelaystart
This commit is contained in:
parent
57fbdf8795
commit
07710f685f
2 changed files with 0 additions and 10 deletions
|
|
@ -411,12 +411,6 @@ and called in JavaScript using rl.pluginRemoteRequest().
|
||||||
string $sName
|
string $sName
|
||||||
mixed &$mResult
|
mixed &$mResult
|
||||||
|
|
||||||
### service.app-delay-start-begin
|
|
||||||
no params
|
|
||||||
|
|
||||||
### service.app-delay-start-end
|
|
||||||
no params
|
|
||||||
|
|
||||||
# JavaScript Events
|
# JavaScript Events
|
||||||
|
|
||||||
## mailbox
|
## mailbox
|
||||||
|
|
|
||||||
|
|
@ -79,8 +79,6 @@ trait User
|
||||||
|
|
||||||
public function DoAppDelayStart() : array
|
public function DoAppDelayStart() : array
|
||||||
{
|
{
|
||||||
$this->Plugins()->RunHook('service.app-delay-start-begin');
|
|
||||||
|
|
||||||
Utils::UpdateConnectionToken();
|
Utils::UpdateConnectionToken();
|
||||||
|
|
||||||
$bMainCache = false;
|
$bMainCache = false;
|
||||||
|
|
@ -130,8 +128,6 @@ trait User
|
||||||
$this->logWrite('Files GC: End');
|
$this->logWrite('Files GC: End');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->Plugins()->RunHook('service.app-delay-start-end');
|
|
||||||
|
|
||||||
return $this->TrueResponse();
|
return $this->TrueResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue