From 136c4ef925eb77a421b8bd67d476405603a0fa1d Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 30 Oct 2019 15:36:23 +0100 Subject: dont expose metadata etag for now Signed-off-by: Robin Appelman --- apps/files_trashbin/lib/Trash/TrashItem.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps') diff --git a/apps/files_trashbin/lib/Trash/TrashItem.php b/apps/files_trashbin/lib/Trash/TrashItem.php index 12fd9b7c138..71830d8b91e 100644 --- a/apps/files_trashbin/lib/Trash/TrashItem.php +++ b/apps/files_trashbin/lib/Trash/TrashItem.php @@ -178,10 +178,6 @@ class TrashItem implements ITrashItem { return $this->getOriginalLocation(); } - public function getMetadataEtag(): ?string { - return $this->fileInfo->getMetadataEtag(); - } - public function getCreationTime(): int { return $this->fileInfo->getCreationTime(); } -- cgit v1.2.3