several bug fixes, and websockets!

This commit is contained in:
Zoe
2023-01-09 19:32:24 -06:00
parent a3f9a0c35d
commit 1cb01289bc
15 changed files with 557 additions and 82 deletions

View File

@@ -16,8 +16,7 @@ model User {
serverId String?
messages Message[]
session Session[]
Channel Channel? @relation(fields: [channelId], references: [id])
channelId String?
channels Channel[]
}
model Server {