mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +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,
|
||||
meiliIndex: true
|
||||
},
|
||||
parentMessageId: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
default: 'New Chat',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue