GNOME Bugzilla – Bug 746220
MessageTray: collapse notification after they're hidden
Last modified: 2015-03-17 15:14:12 UTC
This is necessary to fix chat notifications: otherwise, updates to chat notifications see .expanded == true in .update(), therefore they cause a new .expand() which reemits 'expanded' and causes the telepathy code to ack the messages too soon, which then results in no notification at all.
Created attachment 299420 [details] [review] MessageTray: collapse notification after they're hidden
I would still prefer to move chat notifications to the "new" banners for 3.16, but if we don't get that in, this patch should fix bug 744948 ...
*** Bug 744948 has been marked as a duplicate of this bug. ***
(In reply to Florian Müllner from comment #2) > I would still prefer to move chat notifications to the "new" banners for > 3.16 This happened in bug 746343.