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
I use this code to query channels by names which includes values from user input. But also I need to query channels by names of members inside, in case if channel doesn't have a name.
I use this code to query channels by names which includes values from user input. But also I need to query channels by names of members inside, in case if channel doesn't have a name.
So I need change
members: { $in: [inputText] }
to search inchannel.state.members.user.name
The text was updated successfully, but these errors were encountered: