isso-comments / isso

a Disqus alternative
https://isso-comments.de
MIT License
5.03k stars 440 forks source link

Implement Feature - Configurable Comment Editing Window (#NEW_FEATURE) by Usman Ghias #1034

Open UsmanGhias opened 1 month ago

UsmanGhias commented 1 month ago

Follow me on GitHub and Visit my Web App

Labels: feature, enhancement

Description:

The current implementation of Isso allows users to edit their comments within 15 minutes by default. This feature request proposes adding configuration options to customize this edit window.

Benefits:

UsmanGhias commented 1 month ago

Proposed Solution:

  1. Introduce a new configuration option in the isso.cfg file (or environment variable) to define the edit window duration in minutes.
  2. Update the Isso server code to respect the configured edit window duration during comment edit attempts.
  3. Consider adding a user-friendly interface (optional) for website admins to adjust the edit window via the Isso admin panel (if applicable).

Current Behavior:

Users can only edit their comments within 15 minutes of posting.

Desired Behavior:

Users can edit their comments within a configurable time window defined by the website owner.

Additional Notes:

Please let me know your thoughts and if others have encountered this limitation!