You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
to: signed.user1
} // works
{
$or: [{
to:signed.user1
},{
to:signed.user2
}]
} // does not work
{
to: {$any: [signed.user1, signed.user2]}
} // does not work
The text was updated successfully, but these errors were encountered:
{
to: signed.user1
} // works
{
$or: [{
to:signed.user1
},{
to:signed.user2
}]
} // does not work
{
to: {$any: [signed.user1, signed.user2]}
} // does not work
The text was updated successfully, but these errors were encountered: