Update: Full E2EE + Scripts
This commit is contained in:
6
RelayClient/ClientSession.cs
Normal file
6
RelayClient/ClientSession.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace RelayClient;
|
||||
|
||||
public static class ClientSession
|
||||
{
|
||||
public static string Username { get; set; } = "Unknown";
|
||||
}
|
||||
Reference in New Issue
Block a user