Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TInitialState.php')
-rw-r--r--lib/TInitialState.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/TInitialState.php b/lib/TInitialState.php
index ea24e17ca..5b689e53b 100644
--- a/lib/TInitialState.php
+++ b/lib/TInitialState.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
@@ -22,7 +23,6 @@ declare(strict_types=1);
namespace OCA\Talk;
-
use OC\HintException;
use OC\User\NoUserException;
use OCP\App\IAppManager;
@@ -70,7 +70,6 @@ trait TInitialState {
}
protected function publishInitialStateForUser(IUser $user, IRootFolder $rootFolder, IAppManager $appManager): void {
-
$this->publishInitialStateShared();
$this->initialStateService->provideInitialState(
@@ -103,7 +102,6 @@ trait TInitialState {
}
protected function publishInitialStateForGuest(): void {
-
$this->publishInitialStateShared();
$this->initialStateService->provideInitialState(