Added group chatters support to websocket.
This commit is contained in:
@@ -20,6 +20,12 @@ namespace TwitchChatTTS.Hermes.Socket.Requests
|
||||
|
||||
public void Acknowledge(string requestId, string? json, IDictionary<string, object>? requestData)
|
||||
{
|
||||
if (json == null)
|
||||
{
|
||||
_logger.Warning("Policy JSON data is null.");
|
||||
return;
|
||||
}
|
||||
|
||||
var data = json.Split('/');
|
||||
if (data.Length != 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user