mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Send all cookies to the websocket connection as the clearance token is now needed
This commit is contained in:
@@ -2,8 +2,7 @@ namespace KfChatDotNetWsClient.Models;
|
||||
|
||||
public class ChatClientConfigModel
|
||||
{
|
||||
// XF session token. Sent as a cookie to auth the user
|
||||
public string? XfSessionToken { get; set; }
|
||||
public required Dictionary<string, string> Cookies { get; set; } = new();
|
||||
// Currently wss://kiwifarms.net/chat.ws
|
||||
public required Uri WsUri { get; set; }
|
||||
public int ReconnectTimeout { get; set; } = 30;
|
||||
|
||||
Reference in New Issue
Block a user