diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2025-08-12 17:01:09 +0200 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2025-08-12 17:01:09 +0200 |
commit | e31ecc35aa83f70382b2c77c4afadbd6e0fd275b (patch) | |
tree | 6af2e140778467ae82a9a69f60b2aed729092ab1 | |
parent | ef927cd6b73dc1e8fe2e53b77072e93448a63ed0 (diff) | |
download | nextcloud-server-feat/notification-preload-reason.tar.gz nextcloud-server-feat/notification-preload-reason.zip |
fixup! feat: indicate reason for preloading notificationsfeat/notification-preload-reason
-rw-r--r-- | lib/public/Notification/NotificationPreloadReason.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Notification/NotificationPreloadReason.php b/lib/public/Notification/NotificationPreloadReason.php index 0b8d93bd356..f7b39cc3e87 100644 --- a/lib/public/Notification/NotificationPreloadReason.php +++ b/lib/public/Notification/NotificationPreloadReason.php @@ -15,7 +15,7 @@ use OCP\AppFramework\Attribute\Consumable; * Indicates the reason for preloading notifications to facilitate smarter decisions about what data * to preload. */ -#[Consumable(since: "32.0.0")] +#[Consumable(since: '32.0.0')] enum NotificationPreloadReason { /** * Preparing a single notification for many users. |