You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Re-add the querystring options
This commit is contained in:
@@ -755,7 +755,7 @@ module.exports.MatrixHttpApi.prototype = {
|
|||||||
method: method,
|
method: method,
|
||||||
withCredentials: false,
|
withCredentials: false,
|
||||||
qs: queryParams,
|
qs: queryParams,
|
||||||
//qsStringifyOptions: opts.qsStringifyOptions,
|
qsStringifyOptions: opts.qsStringifyOptions,
|
||||||
useQuerystring: true,
|
useQuerystring: true,
|
||||||
body: data,
|
body: data,
|
||||||
json: false,
|
json: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user