mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-05 13:52:04 -04:00
Refactored to fix compiler warnings
This commit is contained in:
@@ -5,7 +5,7 @@ public class ChatClientConfigModel
|
||||
// XF session token. Sent as a cookie to auth the user
|
||||
public string? XfSessionToken { get; set; }
|
||||
// Currently wss://kiwifarms.net/chat.ws
|
||||
public Uri WsUri { get; set; }
|
||||
public required Uri WsUri { get; set; }
|
||||
public int ReconnectTimeout { get; set; } = 30;
|
||||
public string CookieDomain { get; set; } = "kiwifarms.net";
|
||||
public string? Proxy { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user