diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js index 9c00cf938..42fd16f8f 100644 --- a/js/ui/telepathyClient.js +++ b/js/ui/telepathyClient.js @@ -327,7 +327,7 @@ Source.prototype = { this._channel.send_message_async(msg, 0, null); }, - _presenceChanged: function (contact, presence, type, status, message) { + _presenceChanged: function (contact, presence, status, message) { let msg, shouldNotify, title; if (this._presence == presence)