#6282 - Monitoring all forums still triggers notifications for private topics not invited to
| Identifier | #6282 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Monitoring all forums still triggers notifications for private topics not invited to |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) Type: Legal compliance / Privacy (custom) |
| Handling member | PDStig |
| Version | 11 beta8 |
| Addon | cns_forum |
| Description | I thought I fixed this bug but apparently not. When monitoring *all* forums for notifications, permissions / privilege checks are not being properly carried out. So members get notifications for things they shouldn't, like other people's private topics. Look all across the notifications system to make sure it does privilege checks. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
This hotfix ensures cns_topic notification hook does not even consider private topics at all (we handle those in cns_pts).