Auto-publish comments

You may automatically publish comments in some cases, for example when people comment regularly on your blog.

To do so, you can simply add their email addresses to your config.php

'mauricerenck.komments.moderation.autoPublish' => ['user@example.com', 'blogger@example.com']

You can also automatically publish comments of verified users. Verified users currently are one that are logged in to the panel. There may be more methods to verify a user in the future. Here's how you auto-publish comments of verified users:

'mauricerenck.komments.moderation.publish-verified' => true

Next steps