[Bug 99593] New: Messages with the same time stamp get their order reversed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jan 29 17:41:31 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=99593

            Bug ID: 99593
           Summary: Messages with the same time stamp get their order
                    reversed
           Product: Telepathy
           Version: git master
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: logger
          Assignee: telepathy-bugs at lists.freedesktop.org
          Reporter: daniel.freedesktop at landau.fi
        QA Contact: telepathy-bugs at lists.freedesktop.org

Created attachment 129217
  --> https://bugs.freedesktop.org/attachment.cgi?id=129217&action=edit
Fix

Telepathy-logger exactly reverses the order of pending messages that arrive at
the exact same timestamp. This situation arises when using a bouncer that has
buffered messages while the user is offline. The core issue is that the code
gets the messages in order, goes through them one by one, prepending them to a
new list. This list needs to be reversed to reobtain the original order. The
attached patch does that.

This bug has been filed against Polari:
https://bugzilla.gnome.org/show_bug.cgi?id=773201

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the telepathy-bugs mailing list