[forge:site-support:#11167]
https://sourceforge.net/p/forge/site-support/11167/
Description in Support Ticket:
I'm not receiving E-mail notifications for a forum comment:
https://sourceforge.net/p/forge/helpwanted/programmers/thread/098cf95b/
In the attachment you find screenshots of the configuration options, that I belive are important.
I also checked my junk mail folder (online & in outlook).
Whatever I do, I'm not receiving any notifications.
Looks like the thread subscription system is pretty old (storing a list of subscribers on each thread object) and doesn't work with the subscriptions that everything else uses.
Thread subscriptions started back in commit
c49454bc03ed9d524c5305c1344ad69696c7bc8d
. But thena4f7cd795c197936647e9701ca7c9beffcaad15a
removednotify_subscribers
and shortly before that87bf2331b58299068774b185060bbb80ef7a01ec
put the new system into place, but no sign of thread subscriptions being handled. That commit does include some migration scripts - we'll need something similar to convert existing thread subscriptions.See also [#2996] for related UI suggestions.
Related
Tickets: #2996
And it shouldn't be visible and usable by anonymous users.
Implemented on db/7981 with several UI improvements in this area too
Fix looks good. Clear to merge.