Bug 35549

Summary: XML Log Store _exists() method not handling event types correctly
Product: Telepathy Reporter: Nicolas Dufresne <nicolas>
Component: loggerAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium    
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Bug Depends on: 35882    
Bug Blocks:    

Description Nicolas Dufresne 2011-03-22 09:31:11 UTC
The XML Log store does not consider the type_mask argument. This is done intentionally mainly because doing it correctly requires looking inside the files to see if the requested types (text or call) exists. This may take time and would end up freezing Empathy UI.

This bug is being created to discuss how we will fix this issue. An option is to create an _exists_async() method and deprecate the synchronous version. Feel free to put yo two cents.
Comment 1 Nicolas Dufresne 2011-05-05 12:37:11 UTC
This is fixed now.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.