diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js index 3aa06e7b8..f57131975 100644 --- a/js/ui/components/telepathyClient.js +++ b/js/ui/components/telepathyClient.js @@ -303,6 +303,8 @@ const ChatSource = new Lang.Class({ }, _createPolicy: function() { + if (this._account.protocol_name == 'irc') + return new MessageTray.NotificationApplicationPolicy('org.gnome.Polari'); return new MessageTray.NotificationApplicationPolicy('empathy'); },