mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 03:10:15 +01:00
clean: parentMassageId is no more needed in conversation.
This commit is contained in:
parent
b67af67433
commit
ec47879edc
1 changed files with 0 additions and 4 deletions
|
|
@ -9,10 +9,6 @@ const convoSchema = mongoose.Schema(
|
||||||
index: true,
|
index: true,
|
||||||
meiliIndex: true
|
meiliIndex: true
|
||||||
},
|
},
|
||||||
parentMessageId: {
|
|
||||||
type: String,
|
|
||||||
required: true
|
|
||||||
},
|
|
||||||
title: {
|
title: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'New Chat',
|
default: 'New Chat',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue