leindfraust / ZeFer

An open-source publishing platform for everyone to tell their story
https://zefer.blog
MIT License
2 stars 1 forks source link

Able to remove comments in a blog post. [SOFT-DELETION] #37

Closed leindfraust closed 4 months ago

leindfraust commented 4 months ago

Authors can remove comments on their own blog posts and users can remove their own comments. Only soft-lock to not destroy the comment tree.

Just add isRemoved boolean for PostComment . Default to false. Using Server Actions for the action of removing the comments. Make sure that only authors and users of their own comments can remove comments.

leindfraust commented 4 months ago

Closed #43