Bugfixes im Client-Chat und Bilder in der App

This commit is contained in:
staccatomamba
2016-11-24 10:26:46 +01:00
parent ad986c81dd
commit d902cd965c
20 changed files with 542 additions and 319 deletions

View File

@@ -303,6 +303,8 @@ namespace BeWoChatServer
Console.WriteLine(DateTime.Now + ": Speichere die Chat-Nachricht in der Datenbank");
// TODO: MedienTyp unterscheiden 0 -> Text, 1 -> Bild, 2 -> Dokument
DAOFactory.GenericDAO.Insert(chatMessage);
if(chatMessage.Oid != null)