aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_summary/chat_state_populator.vala
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2020-01-22 01:24:14 +0100
committerMarvin W <git@larma.de>2020-01-22 01:24:14 +0100
commit3b0a27e14bcce3a06f0ac1199bb0acb5c3434444 (patch)
tree7f0f0a720b9d48e6eb81beb33f81b48cae74ff2b /main/src/ui/conversation_summary/chat_state_populator.vala
parent8c5957537c63e2a8b9a937fe99db509b153df6c6 (diff)
downloaddino-3b0a27e14bcce3a06f0ac1199bb0acb5c3434444.tar.gz
dino-3b0a27e14bcce3a06f0ac1199bb0acb5c3434444.zip
Fix invalid header creation for date separators
Diffstat (limited to 'main/src/ui/conversation_summary/chat_state_populator.vala')
-rw-r--r--main/src/ui/conversation_summary/chat_state_populator.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/conversation_summary/chat_state_populator.vala b/main/src/ui/conversation_summary/chat_state_populator.vala
index 291f3537..23363b03 100644
--- a/main/src/ui/conversation_summary/chat_state_populator.vala
+++ b/main/src/ui/conversation_summary/chat_state_populator.vala
@@ -89,7 +89,7 @@ private enum StateType {
}
private class MetaChatStateItem : Plugins.MetaConversationItem {
- public override Jid jid { get; set; }
+ public override Jid? jid { get; set; }
public override bool dim { get; set; default=true; }
public override DateTime sort_time { get; set; default=new DateTime.now_utc().add_years(10); }