diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js index bde21a8fa..f07e599c1 100644 --- a/js/ui/components/telepathyClient.js +++ b/js/ui/components/telepathyClient.js @@ -469,6 +469,7 @@ const ChatSource = new Lang.Class({ destroy: function(reason) { if (this._client.is_handling_channel(this._channel)) { + this._ackMessages(); // The chat box has been destroyed so it can't // handle the channel any more. this._channel.close_async(function(channel, result) {