Refactoring the sidebar.

This commit is contained in:
charlesgauthereau
2025-12-06 15:50:23 +01:00
parent 5cf6cf075e
commit 9458b12d69
23 changed files with 665 additions and 226 deletions
+10
View File
@@ -78,6 +78,16 @@ export async function dispatchNotification(
};
}
if (!channel.enabled) {
return {
success: false,
channelId: channelId || "",
provider: null,
error: "Channel not active¬",
};
}
const result = await dispatchViaProvider(
channel.provider,
channel.config,