issues
search
LukeBrandon
/
fluke
5
stars
0
forks
source link
feat: channels with messages linked to user
#39
Closed
FlynnOConnell
closed
1 year ago
FlynnOConnell
commented
1 year ago
Addition of channels.
Each channel stores a group of messages
Each message is tied to a user
If a user is deleted, the message is still stored, with the user_id set to "deleted"
Addition of channels.