Eigene Nachrichten werden nicht als neu angezeigt.
Beim Senden einer Nachricht wird die Kontaktliste aktualisiert.
This commit is contained in:
@@ -641,6 +641,8 @@ namespace ChatController
|
||||
Chat.SendMessage(Chatbox.Text, CurrentContact.GroupId);
|
||||
|
||||
Chatbox.Text = string.Empty;
|
||||
|
||||
DoSynchro();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -824,7 +826,7 @@ namespace ChatController
|
||||
}
|
||||
}
|
||||
|
||||
//Clientlist.Items.Refresh();
|
||||
Clientlist.Items.Refresh();
|
||||
OnPropertyChanged(nameof(ChatMessages));
|
||||
OnPropertyChanged(nameof(ContactList));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user