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.

CommentFileSizeAuthor
#4 369910.diff3.05 KBsolipsist
#3 369910.diff3 KBsolipsist
#2 369910.diff1.92 KBsolipsist

Comments

solipsist’s picture

Thanks for your report! I'll look into this.

solipsist’s picture

StatusFileSize
new1.92 KB

Confirmed. 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.

solipsist’s picture

StatusFileSize
new3 KB

Use this patch instead.

solipsist’s picture

StatusFileSize
new3.05 KB

Did some more bug fixing.

solipsist’s picture

Try beta2, it should work as intended. Let me know how it goes.

Sebo’s picture

I tested with Beta3 and I confirm that the issue is fixed, thanks!

solipsist’s picture

Status: Active » Fixed

Great! Thanks for reporting and testing!

solipsist’s picture

Status: Fixed » Closed (fixed)