Eigene Nachrichten werden nicht als neu angezeigt.

Beim Senden einer Nachricht wird die Kontaktliste aktualisiert.
This commit is contained in:
LynJet
2022-05-30 20:48:14 +02:00
parent 7d25cac6ca
commit 04d06d4e3b
6 changed files with 16 additions and 4 deletions

View File

@@ -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));
});