await Channels.updateOne(
      { _id: channel._id },
      { $push: { memberIds: [user1._id, user2._id] } }
    );