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
Lists are not yet supported in ember/IM code, and commands with list arguments are unable to be parsed without error currently. QueryImage is one such command that uses a list argument for supportedProtocols.
In the meantime, we will make this argument a single value instead of a list of values. After #8313 is merged, we should change supportedProtocols back to a list argument.
Proposed Solution
After #8313 is merged, we should change supportedProtocols back to a list argument.
The text was updated successfully, but these errors were encountered:
Problem
Lists are not yet supported in ember/IM code, and commands with list arguments are unable to be parsed without error currently.
QueryImage
is one such command that uses a list argument forsupportedProtocols
.In the meantime, we will make this argument a single value instead of a list of values. After #8313 is merged, we should change
supportedProtocols
back to a list argument.Proposed Solution
After #8313 is merged, we should change
supportedProtocols
back to a list argument.The text was updated successfully, but these errors were encountered: