GNOME Bugzilla – Bug 659807
auth request contacts not included in contact list
Last modified: 2011-09-26 10:38:43 UTC
If a contact is asking my authorization, an even is created and the contact list blinks his status icon with a '?' icon. But if I'm not showing offline contacts, it is filtered out and I can't see it. I think it should be visible even if showing only online contacts.
Agreed. Actually this is probably true for any kind of event.
According to the code, it is already supposed to work like that. The problem is the event is added before the contact list is populated, so in EmpathyMainWindow::increase_event_count() it does not find the contact to increase the EMPATHY_INDIVIDUAL_STORE_COL_EVENT_COUNT value. So this bug is happening only when starting empathy when accounts are already online with a contact subscribe=ask.
Created attachment 197327 [details] [review] Wait for the store to be filled before loading events
Comment on attachment 197327 [details] [review] Wait for the store to be filled before loading events Looks good; we'll merge after the 3.2 release.
pushed in master, for 3.4