diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-11-18 11:20:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 11:20:32 +0100 |
commit | ad40841ae8a1ba1296729b2451f3ad12647ae8a0 (patch) | |
tree | 87ab2b3c70cd2e9590cca3aa1442b8adafeddb04 | |
parent | 4d138a11f97becf8555705bd3d77b1a68b649997 (diff) | |
parent | e8c921461fdd2b348c558412c5c319dd5855f4a6 (diff) | |
download | nextcloud-server-ad40841ae8a1ba1296729b2451f3ad12647ae8a0.tar.gz nextcloud-server-ad40841ae8a1ba1296729b2451f3ad12647ae8a0.zip |
Merge pull request #49341 from nextcloud/bugfix/noid/add-missing-blurhash
fix(richtextvalidator): Add missing blurhash
-rw-r--r-- | lib/public/RichObjectStrings/IValidator.php | 1 |
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 |