web: show chatroom names in chatroom replies

This commit is contained in:
William Casarin 2022-11-04 15:48:02 -07:00
parent 5f5cbbd80a
commit 5f4445aaec
4 changed files with 52 additions and 9 deletions

View file

@ -254,7 +254,7 @@ function handle_nostr_message(relay, msg)
try {
data = JSON.parse(msg.data)
} catch (e) {
console.error("handle_nostr_message", e)
console.error("handle_nostr_message", msg, e)
return
}
if (data.length >= 2) {