Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-07-11 12:12:29 +08:00
parent e1ffdab190
commit 82ea9c77c4
19 changed files with 530 additions and 122 deletions
+2 -2
View File
@@ -68,12 +68,12 @@ const NOTIFICATION_REGISTRY = {
type: 'announcement',
scope: 'both',
trigger: 'manual',
build({ title, message, targetType = null, targetId = null, groupId = null }) {
build({ title, message, targetType = null, targetId = null, groupId = null, linkUrl = null }) {
return {
type: 'announcement',
title,
message,
data: { targetType, targetId, groupId },
data: { targetType, targetId, groupId, linkUrl },
};
},
},