mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
feat: add remote sharees to deck search
Signed-off-by: grnd-alt <git@belakkaf.net>
This commit is contained in:
parent
91946d549f
commit
ec79bf3ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class ShareesAPIController extends OCSController {
|
|||
$shareTypes[] = IShare::TYPE_CIRCLE;
|
||||
}
|
||||
|
||||
if ($itemType === 'calendar') {
|
||||
if ($itemType === 'calendar' || $itemType === 'deck') {
|
||||
$shareTypes[] = IShare::TYPE_REMOTE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue