| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2023-10-10 14:29:09 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2023-10-10 14:29:09 UTC |
| parent | 8e171047ddfcaa16c29cf816e7aa4a8b41fab717 |
| xmpp/Client.hx | +1 | -1 |
diff --git a/xmpp/Client.hx b/xmpp/Client.hx index 69e4119..e4034ef 100644 --- a/xmpp/Client.hx +++ b/xmpp/Client.hx @@ -187,7 +187,7 @@ class Client extends xmpp.EventEmitter { } } else { final newSession = xmpp.jingle.InitiatedSession.fromSessionInitiate(this, stanza); - chat.jingleSessions.set(session.sid, newSession); + chat.jingleSessions.set(newSession.sid, newSession); chatActivity(chat); newSession.ring(); }