mirror of
https://github.com/snltty/linker.git
synced 2025-12-18 09:26:44 +08:00
cdkey
This commit is contained in:
@@ -79,6 +79,8 @@ namespace linker.messenger.relay.server
|
||||
#else
|
||||
public string MasterSecretKey { get; set; } = string.Empty;
|
||||
#endif
|
||||
|
||||
public List<string> UserIds { get; set; } = new List<string>();
|
||||
}
|
||||
|
||||
public sealed partial class RelayServerNodeReportInfo
|
||||
@@ -102,6 +104,8 @@ namespace linker.messenger.relay.server
|
||||
public IPEndPoint EndPoint { get; set; }
|
||||
|
||||
public long LastTicks { get; set; }
|
||||
|
||||
public List<string> UserIds { get; set; } = new List<string>();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user