Help Needed: Extending Strapi Plugin Comments

Hello Strapi Community,

I’m seeking assistance with extending the functionality of the Strapi Plugin Comments for my project. Specifically, I’m looking to add custom features or modify existing functionalities. so when a person add a comment i want to send an email to the person who create the post.

If anyone has experience extending the Strapi Plugin Comments or can provide guidance, code snippets, or resources, I would greatly appreciate it.

Thank you for your help!

Best regards,

This topic has been created from a Discord post (1214639758312079490) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Easiest way would be to maintain a fork of the plugin

I agree, contributing to the repository is the best way.

Maby you can even make a generic solution for this which can be merged and released on the main branch.

Thank you for the info guys.