aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_summary
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2018-09-02 14:24:59 +0200
committerfiaxh <git@mx.ax.lt>2018-09-02 14:30:07 +0200
commit0f57191bea9e4bd44af36fafe22212e262ce8221 (patch)
tree568b8684d5b265955197bb1f0380752f32cbab9d /main/src/ui/conversation_summary
parentea7efd6399ec57bfaa9791fffc06e53a66cb2442 (diff)
downloaddino-0f57191bea9e4bd44af36fafe22212e262ce8221.tar.gz
dino-0f57191bea9e4bd44af36fafe22212e262ce8221.zip
Fix sent messages sometimes being displayed twice
Diffstat (limited to 'main/src/ui/conversation_summary')
-rw-r--r--main/src/ui/conversation_summary/content_populator.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/conversation_summary/content_populator.vala b/main/src/ui/conversation_summary/content_populator.vala
index 9ebb9159..c19d0d26 100644
--- a/main/src/ui/conversation_summary/content_populator.vala
+++ b/main/src/ui/conversation_summary/content_populator.vala
@@ -78,7 +78,7 @@ public class ContentMetaItem : Plugins.MetaConversationItem {
public ContentMetaItem(ContentItem content_item, ContentItemWidgetFactory widget_factory) {
this.jid = content_item.jid;
this.sort_time = content_item.sort_time;
- this.seccondary_sort_indicator = content_item.seccondary_sort_indicator;
+ this.seccondary_sort_indicator = content_item.id;
this.display_time = content_item.display_time;
this.encryption = content_item.encryption;
this.mark = content_item.mark;