-
Notifications
You must be signed in to change notification settings - Fork 577
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
NIP-28: Public Chat #38
Conversation
I would say bring back channel metadata to kind 41 since it doesn't fit the concept of replaceable event as defined by NIP-16 anyway. Relays will just have to add a custom handler for kind 41 events just like they do already for kind 0 and kind 3. Aside from that all looks great. |
|
||
The `content` may optionally include metadata such as a `reason`. | ||
|
||
Clients SHOULD hide event 42s shown to a given user, if there is an event 43 from that user matching the event 42 `id`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could work for kind1 messages as well, it's something I've wanted for hiding replies to posts in damus.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be done by a special reaction, like '!' or something like that, which if emitted should signify that the comment replied to should not be shown to the given user. Its a sort of 'hide' indicator.
|
||
The `content` may optionally include metadata such as a `reason`. | ||
|
||
Clients SHOULD hide event 42s shown to a given user, if there is an event 44 from that user matching the event 42 `pubkey`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for this one
Can someone update the README with the new kinds and a link to the NIP? |
Let's also disrupt Telegram, FB Messenger, WhatsApp, WeChat, et al.
Link to NIP-28