If an anonymous user subscribes to 1 post, he will also receive notifications for any other updated post (not subscribed).
Here is how to reproduce the issue:
- Let's say you have 3 'story' posts A, B and C.
- The anonymous user registers to Post A updates (comments and post update).
- An editor updates post C
=> The anonymous user receives a notification corresponding to post C update! (problem)
=> The link to un-subscribe to this post notifications (post C) has no effect at all (another post C update will generate another notification)
- An editor updates post A
=> The anonymous user receives a notification corresponding to post A update. (this is correct)
=> Using the embedded link to 'un-subscribe to post A notification' works, and will also fix the un-expected notification on post C updates.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 369910.diff | 3.05 KB | solipsist |
| #3 | 369910.diff | 3 KB | solipsist |
| #2 | 369910.diff | 1.92 KB | solipsist |
Comments
Comment #1
solipsist commentedThanks for your report! I'll look into this.
Comment #2
solipsist commentedConfirmed. I've fixed and tested it but just to be sure, please apply the patch I've attached and let me know if it fixes the issue for you.
Comment #3
solipsist commentedUse this patch instead.
Comment #4
solipsist commentedDid some more bug fixing.
Comment #5
solipsist commentedTry beta2, it should work as intended. Let me know how it goes.
Comment #6
Sebo commentedI tested with Beta3 and I confirm that the issue is fixed, thanks!
Comment #7
solipsist commentedGreat! Thanks for reporting and testing!
Comment #8
solipsist commented