RocketChat / RocketChat/Rocket.Chat
Sending email notifications after editing time expires.
@sampaiodiego is already working on this.
Since Mar 28, 2017.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Current RC sends offline email notifications as soon as message is sent. If message is edited, no notifications are given. Even if "Block Message editing after (n) minutes" is set, mails are sent instantly.
Now, If "Block Message editing after (n) minutes" is set to some non-zero value by administrators to give some space to their users to edit the message if something misprinted, then emails should be sent after that time expires. And it should send the latest edited message.
Again, If the value is Zero or not set, the email can be sent instantly.
thoughts?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.