-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
We should add automatic daily reminders for specific threads - for example, the “What you’re currently working on?” thread.
The goal is to help keep recurring discussions active by reminding users to post updates each day.
Feature Overview:
- The system should send a reminder message once per day to designated thread channel.
- The reminder message should link to the last active thread (e.g., “What you’re currently working on?”).
- It should not ping
event notifications. - Enabled through a boolean (
daily_reminder) when creating of updating a thread
We don't need to have custom message for the reminder, a generic message would be enough.
Since we can have multiple automatic threads open at the same time with daily reminder, we need to make sure to link all of them.
Example of content
# 🛎️ Daily Reminder
Join the discussion in the latest active threads:
- Thread 1
- Thread 2Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request