vishalxl/nostr_console

Channel messages and replies are not working

vishalxl opened this issue · 1 comments

Nostr console does not properly handle kind 42 messages with more than one e tag or the one with replies too.

It shows each reply in a new room with an event Id of the message replied to, rather than in its proper room.

Solution: to fix it, but meanwhile disabling channels in latest check in.

Fixed this with commit

now it displays if others have replied to a message. But the client itself can't be used to reply to specific messages.