mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
Added unreadMessages to chats
This commit is contained in:
@@ -123,6 +123,7 @@ model Chat {
|
||||
updatedAt DateTime? @updatedAt @db.Timestamp
|
||||
Instance Instance @relation(fields: [instanceId], references: [id], onDelete: Cascade)
|
||||
instanceId String
|
||||
unreadMessages Int @default(0)
|
||||
}
|
||||
|
||||
model Contact {
|
||||
|
||||
Reference in New Issue
Block a user