LukeBrandon / fluke

5 stars 0 forks source link

Handle Deleted Messages and Channels #52

Closed FlynnOConnell closed 10 months ago

FlynnOConnell commented 11 months 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 11 months ago

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