aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-11-18 10:40:49 +0100
committerJoas Schilling <coding@schilljs.com>2024-11-18 10:40:49 +0100
commite8c921461fdd2b348c558412c5c319dd5855f4a6 (patch)
tree87ab2b3c70cd2e9590cca3aa1442b8adafeddb04 /lib
parent4d138a11f97becf8555705bd3d77b1a68b649997 (diff)
downloadnextcloud-server-e8c921461fdd2b348c558412c5c319dd5855f4a6.tar.gz
nextcloud-server-e8c921461fdd2b348c558412c5c319dd5855f4a6.zip
fix(richtextvalidator): Add missing blurhashbugfix/noid/add-missing-blurhash
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/RichObjectStrings/IValidator.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/IValidator.php b/lib/public/RichObjectStrings/IValidator.php
index 255378abe41..3bf83582adc 100644
--- a/lib/public/RichObjectStrings/IValidator.php
+++ b/lib/public/RichObjectStrings/IValidator.php
@@ -39,6 +39,7 @@ namespace OCP\RichObjectStrings;
* permissions?: string,
* width?: string,
* height?: string,
+ * blurhash?: string,
* }
*
* @since 11.0.0