Untitled

mail@pastecode.io avatar
unknown
plain_text
12 days ago
142 B
3
Indexable
Never
[
  {
    $lookup: {
      from: "rocketchat_room",
      localField: "__rooms",
      foreignField: "_id",
      as: "roomInfo",
    },
  }
]
Leave a Comment