| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2024-11-13 15:03:26 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2024-11-13 15:03:26 UTC |
| parent | 9a2952e3ac92294090c6a61c8709111aff254061 |
| snikket/Chat.hx | +1 | -1 |
diff --git a/snikket/Chat.hx b/snikket/Chat.hx index d668544..3f2d67f 100644 --- a/snikket/Chat.hx +++ b/snikket/Chat.hx @@ -1283,7 +1283,7 @@ class Channel extends Chat { private function sendChatState(state: String, threadId: Null<String>) { final stanza = new Stanza("message", { id: ID.long(), - type: "chat", + type: "groupchat", from: client.jid.asString(), to: chatId })