🐛 fix: add notification id prefixes to idGenerator

This commit is contained in:
YuTengjing
2026-03-25 22:37:21 +08:00
parent 23a600214b
commit 697674e9db

View File

@@ -24,6 +24,8 @@ const prefixes = {
memory: 'mem',
messageGroups: 'mg',
messages: 'msg',
notificationDeliveries: 'ndlv',
notifications: 'ntf',
plugins: 'plg',
sessionGroups: 'sg',
sessions: 'ssn',