ManhNv Hi, How can I configure default settings for Notifications in user's settings? like: - Someone replies to one of my posts > enabled - Someone mentions me in a post > disabled Regards.
clarkwinkelmann You'll need an extension for that, and it will probably have something to do with User::addPreference(). I'm not sure if you can edit an existing preference default value though... You can see how I added new preferences with default values here https://github.com/flagrow/telegram/blob/master/src/Listeners/EnableTelegramNotifications.php