Skip to content

Commit

Permalink
cannot read callbsubscribedCallbackack of undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Sep 15, 2023
1 parent fab9b2b commit 4463c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/chat21client.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ class Chat21Client {
if (this.log) {
console.log("this.on_message_handler already subscribed. Reconnected num", this.reconnections)
}
callbsubscribedCallbackack();
subscribedCallback();
return
}
this.subscribeToMyConversations(() => {
Expand Down

0 comments on commit 4463c6f

Please sign in to comment.