LukeBrandon / fluke

5 stars 0 forks source link

Handle Deleted Messages and Channels #52

Closed FlynnOConnell closed 1 year ago

FlynnOConnell commented 1 year ago

When channels are deleted, the messages need to also be deleted. Or some mechanism of soft-deletion to handle the linking between messages and channels.

LukeBrandon commented 1 year ago

I think we just CASCADE delete so that all messages for a channel get deleted when a channel gets deleted