Opened 14 years ago
Last modified 10 years ago
#2174 new enhancement
No notification when topic is split
| Reported by: | Sadr | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | API - Subscriptions | Version: | 2.2.3 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.