#665337 Logs of conversations group by sender, not time, making conversations unreadable

Package:
telepathy-logger
Source:
telepathy-logger
Description:
Telepathy logger service - Daemon
Submitter:
Josh Triplett
Date:
2019-12-05 17:21:08 UTC
Severity:
normal
#665337#3
Date:
2012-03-23 07:12:02 UTC
From:
To:
I tried switching from Pidgin to Empathy.  After importing my accounts,
I looked at the log for a contact to check how well the logs imported.
The logs showed conversations with messages sorted by sender, rather
than by time, making conversations completely unreadable.

In other words, a conversation like this:

me: line 1
someone-else: line 2
someone-else: line 3
me: line 4
someone-else: line 5

gets shown in Empathy's log like this:

me: line 1
me: line 4

someone-else: line 2
someone-else: line 3
someone-else: line 5

- Josh Triplett