vishalxl / nostr_console

Nostr console is an open-source twitter-like social network, direct chat app and group chat all bundled into one program. Built on the decentralized Nostr protocol.
GNU Affero General Public License v3.0
441 stars 33 forks source link

Channel messages and replies are not working #13

Closed vishalxl closed 2 years ago

vishalxl commented 2 years ago

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.

vishalxl commented 2 years ago

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.