This commit is contained in:
snltty
2025-03-03 17:44:29 +08:00
parent d12d4a1b99
commit 303581a8b3
34 changed files with 497 additions and 199 deletions

View File

@@ -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>();
}