attempt to resolve chatter problems
This commit is contained in:
@@ -39,8 +39,10 @@ public class MainWindow : Adw.ApplicationWindow
|
||||
if (conversation_guid == null) {
|
||||
transcript_view.message_list.model = null;
|
||||
} else {
|
||||
transcript_view.message_list.model = new MessageListModel (conversation_guid);
|
||||
Repository.get_instance().sync_conversation(conversation_guid);
|
||||
if (transcript_view.message_list.model == null || transcript_view.message_list.model.conversation_guid != conversation_guid) {
|
||||
transcript_view.message_list.model = new MessageListModel (conversation_guid);
|
||||
Repository.get_instance().sync_conversation(conversation_guid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user