1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

Re-add the querystring options

This commit is contained in:
Travis Ralston
2018-10-24 16:36:12 -06:00
parent 6033b7b886
commit 0c540ac8de

View File

@@ -755,7 +755,7 @@ module.exports.MatrixHttpApi.prototype = {
method: method,
withCredentials: false,
qs: queryParams,
//qsStringifyOptions: opts.qsStringifyOptions,
qsStringifyOptions: opts.qsStringifyOptions,
useQuerystring: true,
body: data,
json: false,