mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
chore(notification-manager): add receivers to notification logs (#5561)
This commit is contained in:
parent
8726b5d9c3
commit
0ebaf5ef65
@ -51,6 +51,7 @@ export class NotificationManager implements NotificationManager {
|
||||
const instance = new Channel(this.plugin.app);
|
||||
logData.channelTitle = channel.title;
|
||||
logData.notificationType = channel.notificationType;
|
||||
logData.receivers = params.receivers;
|
||||
const result = await instance.send({ message: params.message, channel, receivers: params.receivers });
|
||||
logData.status = result.status;
|
||||
logData.reason = result.reason;
|
||||
|
Loading…
x
Reference in New Issue
Block a user