Send email notifications for unseen messages #117
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to notify people who were inactive when a specific clip / message was sent. Various approaches should be explored from daily email notifications to waiting 3 hours, etc.
Implementation wise, every 5 minutes, run a job:
open.last_child_created_at. Compare and only address when the delta is more than 30 minutes.