Added method to delete userspeciffic logs.

This commit is contained in:
SCM6WE
2021-09-23 14:26:35 +02:00
committed by Felix Hartmann (PEA3-Fe-FI)
parent 9141efd55a
commit c3daaf8b00
2 changed files with 63 additions and 0 deletions

View File

@@ -93,8 +93,10 @@ namespace PolyChat
}
else
{
Debug.WriteLine("---- Added new Connection ----");//Todo show error!
Connections.Add(ForeignIp, new Connection(socket, Data => OnMessage(ForeignIp, Data), CloseChat));
UIController.OnIncomingConnection(ForeignIp);
fileManager.loadChats(ForeignIp);
}
});
});