mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Morelocks
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9ec64ff578
commit
f003ca890b
1 changed files with 2 additions and 1 deletions
|
|
@ -172,6 +172,7 @@ class Manager implements IManager {
|
|||
}
|
||||
|
||||
$this->notifiers[] = $notifier;
|
||||
$this->logger->warning('✅ Manager::getNotifiers(): count()===' . count($this->notifiers));
|
||||
}
|
||||
|
||||
$this->parsedRegistrationContext = true;
|
||||
|
|
@ -302,7 +303,7 @@ class Manager implements IManager {
|
|||
*/
|
||||
public function notify(INotification $notification): void {
|
||||
$this->logger->warning('✅ notify(' . $notification->getApp() . ')');
|
||||
$this->logger->warning('notify::hasNotifiers' . json_encode($this->hasNotifiers()));
|
||||
$this->logger->warning('✅ notify::hasNotifiers' . json_encode($this->hasNotifiers()));
|
||||
if (!$notification->isValid()) {
|
||||
throw new IncompleteNotificationException('The given notification is invalid');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue