Bug 1033579 - Add channel to POST calls for Loop to allow different servers based on the channel. r=dmose
This commit is contained in:
@@ -232,7 +232,9 @@ loop.Client = (function($) {
|
||||
this.mozLoop.hawkRequest(this.mozLoop.LOOP_SESSION_TYPE.FXA,
|
||||
"/calls", "POST", {
|
||||
calleeId: calleeIds,
|
||||
callType: callType
|
||||
callType: callType,
|
||||
channel: this.mozLoop.appVersionInfo ?
|
||||
this.mozLoop.appVersionInfo.channel : "unknown"
|
||||
},
|
||||
function (err, responseText) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user