clean: parentMassageId is no more needed in conversation.

This commit is contained in:
Wentao Lyu 2023-04-01 02:15:09 +08:00
parent b67af67433
commit ec47879edc

View file

@ -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',