diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js index c6a941f7e..4a413ce5b 100644 --- a/js/ui/notificationDaemon.js +++ b/js/ui/notificationDaemon.js @@ -233,7 +233,7 @@ const NotificationDaemon = new Lang.Class({ if (appName == 'Empathy' && (hints['category'] == 'im.received' || hints['category'] == 'x-empathy.im.room-invitation' || hints['category'] == 'x-empathy.call.incoming' || - hints['category'] == 'x-empathy.call.incoming"' || + hints['category'] == 'x-empathy.transfer.incoming' || hints['category'] == 'x-empathy.im.subscription-request' || hints['category'] == 'presence.online' || hints['category'] == 'presence.offline')) {