Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
.findOne({private: true, users: { $contains: [ctx.state.userId, ctx.request.body.interlocutorId] }})
.findOne({ private: true, users: { $all: [ctx.state.userId, ctx.request.body.interlocutorId] } })