Send user agent in support messages

pull/1/head
yflory 5 years ago
parent 9b45f0dd79
commit 646f352a15

@ -28,6 +28,10 @@ define([
data.id = id;
data.time = +new Date();
if (!ctx.isAdmin) {
data.sender.userAgent = window.navigator && window.navigator.userAgent;
}
// Send the message to the admin mailbox and to the user mailbox
common.mailbox.sendTo(type, data, {
channel: supportChannel,

Loading…
Cancel
Save