We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6f95d9 + ab5ac03 commit 2c36277Copy full SHA for 2c36277
lib/Listener/ShareLinkListener.php
@@ -39,7 +39,6 @@ public function handle(Event $event): void {
39
$loggedInUser = $this->permissionManager->loggedInUser();
40
41
if ($this->permissionManager->isEnabledForUser($owner)) {
42
- $this->initialStateService->prepareParams(['userId' => $loggedInUser]);
43
$this->initialStateService->provideCapabilities();
44
45
Util::addInitScript(Application::APPNAME, Application::APPNAME . '-init-viewer');
0 commit comments