Remove unnecessary query param for /v1/certificate/delivery endpoint

This commit is contained in:
Evan Hahn 2021-01-27 11:10:00 -06:00 committed by GitHub
parent d50b02cc35
commit 10ace53845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 8 deletions

View File

@ -1086,17 +1086,12 @@ export function initialize({
}
async function getSenderCertificate(omitE164?: boolean) {
const baseParameters = '?includeUuid=true';
const urlParameters = `${baseParameters}${
omitE164 ? '&includeE164=false' : ''
}`;
return _ajax({
call: 'deliveryCert',
httpType: 'GET',
responseType: 'json',
validateResponse: { certificate: 'string' },
urlParameters,
...(omitE164 ? { urlParameters: '?includeE164=false' } : {}),
});
}

View File

@ -15279,7 +15279,7 @@
"rule": "jQuery-wrap(",
"path": "ts/textsecure/WebAPI.js",
"line": " const byteBuffer = window.dcodeIO.ByteBuffer.wrap(quote, 'binary', window.dcodeIO.ByteBuffer.LITTLE_ENDIAN);",
"lineNumber": 1278,
"lineNumber": 1270,
"reasonCategory": "falseMatch",
"updated": "2020-09-08T23:07:22.682Z"
},
@ -15287,7 +15287,7 @@
"rule": "jQuery-wrap(",
"path": "ts/textsecure/WebAPI.ts",
"line": " const byteBuffer = window.dcodeIO.ByteBuffer.wrap(",
"lineNumber": 2179,
"lineNumber": 2174,
"reasonCategory": "falseMatch",
"updated": "2020-09-08T23:07:22.682Z"
},