Conversation
This NIP enables a way for users to share live statuses such as what music they are listening to, as well as what they are currently doing: work, play, out of office, etc.
We might need to keep updating this NIP with any rendering expectations for these links (are they always links?) if they aren't included as nostr:bech in the content itself. Otherwise, this looks good. |
| } | ||
| ``` | ||
|
|
||
| Two common status types are defined: `general` and `music`. `general` represent general statuses: "Working", "Hiking", etc. |
There was a problem hiding this comment.
It would be nice to share compound statuses in one event, such as 'working out' and 'listening to music'
There was a problem hiding this comment.
I originally had it this way but then i realized it wouldn't work because the expiry times are different.
|
|
||
| { | ||
| "kind": 30315, | ||
| "content": "Intergalatic - Beastie Boys", |
There was a problem hiding this comment.
Does this allow for empty text, text containing line breaks, or long text?
There was a problem hiding this comment.
Its allowed but would be cut off in Damus
There was a problem hiding this comment.
Empty statuses are equivalent to clearing the status in Damus, could make that explicit
I only handle r links atm but figured to add the others for completeness. |
|
Implemented support for this in nostr-tool |
This NIP enables a way for users to share live statuses such as what music they are listening to, as well as what they are currently doing: work, play, out of office, etc.
315.md