perf: save chat and del chat content;UI

This commit is contained in:
archer
2023-04-30 13:18:54 +08:00
parent c971adaabd
commit f109f1cf60
19 changed files with 100 additions and 95 deletions

View File

@@ -41,10 +41,6 @@ const ChatSchema = new Schema({
value: {
type: String,
required: true
},
deleted: {
type: Boolean,
default: false
}
}
],