Skip to content

Commit 1985835

Browse files
moodyjmzbackportbot[bot]
authored andcommitted
fix: 🐛 Add userId to DirectViewController
Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
1 parent a2988e5 commit 1985835

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Controller/DirectViewController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public function show($token) {
124124
'urlsrc' => $urlSrc,
125125
'path' => $relativePath,
126126
'direct' => true,
127+
'userId' => $direct->getUid(),
127128
];
128129

129130
return $this->documentTemplateResponse($wopi, $params);

0 commit comments

Comments
 (0)