-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chatId not passed to widget #5
Comments
Not sure, if this is on my side... but trying to use the group chat feature, I'm not able to make it work. After I forked and made it run on my local machine, I opened two chats in different tabs using the following parameters:
I am able to send the messages, but they don't appear on the other client side. The hex key as chat-id is converted from Am I doing wrong? Or is this really a bug? @pablof7z |
ok... I figured out that the svelte version works as expected....So my assumptions regarding group id are correct, but the bundle seems to have issues... investigating |
Same issue here! |
The chatId remains undefined....
https://github.com/pablof7z/nostr-chat-widget/blob/main/src/widget.js#L24
The text was updated successfully, but these errors were encountered: