I have a mongoose query that group all messages with the conversation , now I want to get unread messages

前端 未结 0 772
忘掉有多难
忘掉有多难 2020-12-03 21:56

My conversation schema look likes this

const conversationSchema = new mongoose.Schema({
  mentorId: { type: mongoose.Schema.Types.ObjectId, ref: "User&qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题