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 /lib/public/Files/FileInfo.php | |
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 'lib/public/Files/FileInfo.php')
-rw-r--r-- | lib/public/Files/FileInfo.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/public/Files/FileInfo.php b/lib/public/Files/FileInfo.php index e1b57d4788c..4d9e76b27f3 100644 --- a/lib/public/Files/FileInfo.php +++ b/lib/public/Files/FileInfo.php @@ -270,16 +270,6 @@ interface FileInfo { public function getExtension(): string; /** - * Get the metadata etag for the file - * - * Unlike the regular etag, the metadata etag also gets updated on metadata only changes - * - * @return string | null - * @since 18.0.0 - */ - public function getMetadataEtag(): ?string; - - /** * Get the creation date as unix timestamp * * If the creation time is not known, 0 will be returned |