diff options
author | Robin Appelman <robin@icewind.nl> | 2019-10-30 15:36:23 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2019-11-13 12:39:36 +0100 |
commit | 136c4ef925eb77a421b8bd67d476405603a0fa1d (patch) | |
tree | 9bfc4c779be43683c9985ecc726e7eb8ce5466a3 /apps/files_trashbin | |
parent | 1b6e647b633d62dff9f37c0449538d4c382210f8 (diff) | |
download | nextcloud-server-136c4ef925eb77a421b8bd67d476405603a0fa1d.tar.gz nextcloud-server-136c4ef925eb77a421b8bd67d476405603a0fa1d.zip |
dont expose metadata etag for now
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/lib/Trash/TrashItem.php | 4 |
1 files changed, 0 insertions, 4 deletions
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(); } |