From 8fa69c1c29f75fcb6006edc65fb47f52698b30e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 19 Mar 2026 22:10:59 +0100 Subject: [PATCH] fix(theming): deprecation message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ferdinand Thiessen Signed-off-by: John Molakvoæ --- apps/theming/lib/Service/JSDataService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/theming/lib/Service/JSDataService.php b/apps/theming/lib/Service/JSDataService.php index f57b9dc9db2..72bc7ab6be3 100644 --- a/apps/theming/lib/Service/JSDataService.php +++ b/apps/theming/lib/Service/JSDataService.php @@ -12,7 +12,7 @@ use OCA\Theming\ThemingDefaults; use OCA\Theming\Util; /** - * @deprecated since Nextcloud 32 — all properties are now exposed via Capabilities + * @deprecated since Nextcloud 34 — all properties are now exposed via Capabilities */ class JSDataService implements \JsonSerializable {