mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Call Quality Survey Integration
This commit is contained in:
@@ -3390,10 +3390,11 @@ export async function submitCallQualitySurvey(
|
||||
const data = Proto.SubmitCallQualitySurveyRequest.encode(survey).finish();
|
||||
await _ajax({
|
||||
call: 'callQualitySurvey',
|
||||
contentType: 'application/x-protobuf',
|
||||
contentType: 'application/octet-stream',
|
||||
data,
|
||||
host: 'chatService',
|
||||
httpType: 'PUT',
|
||||
unauthenticated: true,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user