fix source name (#3834)

This commit is contained in:
heheer
2025-02-19 20:42:30 +08:00
committed by GitHub
parent 206325bc5f
commit 8604cbd021
5 changed files with 10 additions and 2 deletions

View File

@@ -54,6 +54,9 @@ const ChatSchema = new Schema({
type: String,
required: true
},
sourceName: {
type: String
},
shareId: {
type: String
},