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