feat: Add Slack notifications (save for later) support

This commit is contained in:
2024-03-13 08:48:27 +01:00
parent 8a7eda4f3c
commit 751ee38d32
7 changed files with 606 additions and 3 deletions
-1
View File
@@ -92,7 +92,6 @@ async function linkNotificationToTask(
if (page) {
page.content = page.content.filter((n) => n.id !== notification.id);
}
console.log(`page(link): ${notification.id}`, page);
return page;
},
},