Skip to content

Commit

Permalink
Remove duplicated query for email shares
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
  • Loading branch information
danxuliu committed Jan 7, 2021
1 parent 804efee commit 3d30347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/files_sharing/lib/Controller/ShareAPIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,6 @@ private function getSharesFromNode(string $viewer, $node, bool $reShares): array
IShare::TYPE_GROUP,
IShare::TYPE_LINK,
IShare::TYPE_EMAIL,
IShare::TYPE_EMAIL,
IShare::TYPE_CIRCLE,
IShare::TYPE_ROOM,
IShare::TYPE_DECK
Expand Down

0 comments on commit 3d30347

Please sign in to comment.