Added method to delete userspeciffic logs.
This commit is contained in:
committed by
Felix Hartmann (PEA3-Fe-FI)
parent
9141efd55a
commit
c3daaf8b00
@@ -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);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user