Opened 13 years ago
Last modified 9 years ago
#2174 new enhancement
No notification when topic is split
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | 2.2.3 |
| Component: | API - Subscriptions | Keywords: | |
| Cc: | stephen@… |
Description
Users participating in a topic that gets split do not get a notification on our forum.
I opted to transfer favorites and subscriptions to the new topic.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Splits and merges do not generate email notifications, which explains why your users don't receive emails. :)
Right now, bbp_notify_subscribers() is only hooked to bbp_new_reply(). It could be hooked to other things, but I think we'd want to spend a release cycle focusing on how to better handle email notifications for other events too.
Moving to future release.