diff options
| author | silberengel <silberengel7@protonmail.com> | 2024-03-18 08:01:06 +0100 |
|---|---|---|
| committer | silberengel <silberengel7@protonmail.com> | 2024-03-18 08:01:06 +0100 |
| commit | 4f33dbc2b86684f9bf26dd1b0fc9789e3cbf2165 (patch) | |
| tree | 76f1dafb0f779c119c4611ef343276f045c2fe9e | |
| parent | de71f998289a829ac4b2c0b0e601b02a2bf755b6 (diff) | |
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 | ||