diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-03-24 16:13:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-24 16:13:58 -0500 |
| commit | 3443b3b589e39f96519feb70e27fa36d204559e1 (patch) | |
| tree | f63ba9659aba880da161a3ea69f4a404ebbb8c5f | |
| parent | 4b79bc67c471f77061d62704538e5fdd6ac28ae8 (diff) | |
| parent | 4f33dbc2b86684f9bf26dd1b0fc9789e3cbf2165 (diff) | |
Merge pull request #1126 from SilberWitch/master
Added bot field to denote automated npubs
| -rw-r--r-- | 24.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -16,6 +16,7 @@ These are extra fields not specified in NIP-01 that may be present in the string | |||
| 16 | - `display_name`: an alternative, bigger name with richer characters than `name`. `name` should always be set regardless of the presence of `display_name` in the metadata. | 16 | - `display_name`: an alternative, bigger name with richer characters than `name`. `name` should always be set regardless of the presence of `display_name` in the metadata. |
| 17 | - `website`: a web URL related in any way to the event author. | 17 | - `website`: a web URL related in any way to the event author. |
| 18 | - `banner`: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen. | 18 | - `banner`: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen. |
| 19 | - `bot`: a boolean to clarify that the content is entirely or partially the result of automation, such as with chatbots or newsfeeds. | ||
| 19 | 20 | ||
| 20 | ### Deprecated fields | 21 | ### Deprecated fields |
| 21 | 22 | ||