Hi community,
I have a specific requirement regarding user subscriptions/notifications.
Current Behavior: The followAfterReply preference (Automatically follow discussions that I reply to) works as a global switch.
If ON: Users follow both their own new discussions AND any discussion they reply to.
If OFF: Users follow neither.
My Goal: I want to separate this logic.
Auto-follow created discussions: YES. (When a user starts a discussion, they should automatically subscribe to it).
Auto-follow replied discussions: NO. (When a user replies to someone else's thread, they should NOT automatically subscribe/follow it).
Is there a snippet for extend.php or an extension setting that allows users to only auto-subscribe to their own created threads?
Thanks!