web: show chatroom names in chatroom replies
This commit is contained in:
parent
5f5cbbd80a
commit
5f4445aaec
4 changed files with 52 additions and 9 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue