From 0589311b417c0b7af9e765671b0957969d99c0c4 Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Wed, 3 Sep 2025 15:19:48 +0800 Subject: [PATCH] add notification subscriber Signed-off-by: lanhaoyu --- modulecheck/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index 0a01bbe9..272a5eb5 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -1280,7 +1280,8 @@ "awc/newsfeed", "vpn", "appService", - "selection" + "selection", + "notificationSubscriber" ] }, "permissions": { -- Gitee