diff options
| author | mattn <mattn.jp@gmail.com> | 2023-09-24 00:04:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-24 00:04:55 +0900 |
| commit | 2aa588059a1da4b07daf99c7e7a36f9f730a8a3b (patch) | |
| tree | 74ecaaa8d5dc3ab90ef439a0b3a20666f61b3208 | |
| parent | 01b6bfc28666db4b259556bf55c9269ca0c059d5 (diff) | |
| parent | 1aa9301a4a993cf7122ebb7761945d94dc4eadba (diff) | |
Merge pull request #747 from mattn/nip38-status
NIP-38: description for content
| -rw-r--r-- | 38.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -57,3 +57,5 @@ Clients MAY display this next to the username on posts or profiles to provide li | |||
| 57 | * Nostr music streaming services that update your music status when you're listening | 57 | * Nostr music streaming services that update your music status when you're listening |
| 58 | * Podcasting apps that update your music status when you're listening to a podcast, with a link for others to listen as well | 58 | * Podcasting apps that update your music status when you're listening to a podcast, with a link for others to listen as well |
| 59 | * Clients can use the system media player to update playing music status | 59 | * Clients can use the system media player to update playing music status |
| 60 | |||
| 61 | The `content` MAY include emoji(s), or [NIP-30](30.md) custom emoji(s). If the `content` is an empty string then the client should clear the status. | ||