Closed FlynnOConnell closed 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.
I think we just CASCADE delete so that all messages for a channel get deleted when a channel gets deleted
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.