# HG changeset patch # User Goffi # Date 1350818601 -7200 # Node ID 3f8c2a0f20e569cff663b5e70abc31551f06c130 # Parent 4d7248f4c577ff485b2fbfd03cec4faa775510f2 primitivus: fixed double messages discarding diff -r 4d7248f4c577 -r 3f8c2a0f20e5 frontends/src/primitivus/chat.py --- a/frontends/src/primitivus/chat.py Sun Oct 21 12:55:47 2012 +0200 +++ b/frontends/src/primitivus/chat.py Sun Oct 21 13:23:21 2012 +0200 @@ -251,9 +251,9 @@ continue #the new message is older, we need to insert it upper #we discard double messages, to avoid backlog / history conflict - if idx and self.content[idx-1].message == msg: - return - if idx