Original bug report: https://bugzilla.gnome.org/show_bug.cgi?id=631289 if there is a slash in the identifier of a contact the previous conversations are not working because of the direcotry structure.
I don't know how this could happen. The filename is constructed by log_store_xml_get_filename(), where in chat_id the slashes are replaced with underlines, and the same with the account (done by log_store_account_to_dirname()). Any ideas?
Now the slash replacement is centralized in 0.2 branch. But I do think that this may lead to issue since the retreived entity will not have correct ID. This will prevent matching with existing contact. I think we need to store the entity information somewhere, this would also allow having the Alias and avatar-token when doing a get_entities() or a search().
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-logger/issues/8.
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.