mirror of https://github.com/zulip/zulip.git
13c0571183
In our web client code we use email as the operand for 'dm' operator. Later user_ids_array is set as operand in 'handle_operators_supporting_id_based_api' before making the API call. Earlier, using user_id as the operand was resulting in the following error during user signup: data=b'{"result":"error","msg":"Invalid narrow[0]: Value error, operand is missing","code":"BAD_REQUEST"} This commit replaces user_id with email as operand. |
||
---|---|---|
.. | ||
e2e-tests | ||
generated | ||
html | ||
images | ||
server | ||
shared | ||
src | ||
styles | ||
templates | ||
tests | ||
third | ||
.browserslistrc | ||
.gitignore | ||
babel.config.js | ||
debug-require-webpack-plugin.ts | ||
debug-require.js | ||
postcss.config.js | ||
webpack.assets.json | ||
webpack.config.ts | ||
webpack.dev-assets.json |