When a user leaves a groupchat, their messages don't disappear. This is weird because I thought I added cascade on delete, but this now becomes a design decision. What is better, leaving their messages in there even though tthe user left, or cascading the deletion of the user from the gc?
When a user leaves a groupchat, their messages don't disappear. This is weird because I thought I added cascade on delete, but this now becomes a design decision. What is better, leaving their messages in there even though tthe user left, or cascading the deletion of the user from the gc?