My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
122 stars 48 forks source link

Remove notification about replies in case of deleting a user account #613

Closed auge8472 closed 2 years ago

auge8472 commented 2 years ago

If the account of a user gets deleted, we can assume, that the user doesn't want to get further notifications about replies to the own forum entries.

This fixes #610