Should I notify the user that the thread owner deleted their post?
I have a website that works like a forum but not exactly. Here, users can create their content of threads while any user can add their posts to this thread. However, the thread creator has editorial rights and all action controls on the thread so that, they can delete posts of other users. Also, the creator can open/close the thread at anytime.
The idea is, the creator of the thread is expected to put most of the posts in the thread but if they want and permit, others can contribute the thread too.
The question is: Whenever a thread creator deletes a single or multiple posts that contributors added to the thread, should we send a notification to the user who posted it that their post was deleted by the thread owner?
I know that comments should be deleted silently, but the posts sent by the user also showed on their profile and they make up the thread whereas comments are detached. Also any other suggestions would be appreciated.