diff options
| author | Basanta Goswami <36882714+basantagoswami@users.noreply.github.com> | 2024-02-25 02:43:07 +0530 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2024-05-28 10:13:12 -0300 |
| commit | 244666ed0d6cb13b7459e9710ad3ab67bec61b4c (patch) | |
| tree | 90338533319e6ad3918707372c3a0b83111f4b54 | |
| parent | 85df9b0e89e23ed7c0dee73c29004f23b25020df (diff) | |
small nitpicks
| -rw-r--r-- | 02.md | 4 | ||||
| -rw-r--r-- | 25.md | 3 | ||||
| -rw-r--r-- | 53.md | 2 |
3 files changed, 5 insertions, 4 deletions
| @@ -8,7 +8,9 @@ Follow List | |||
| 8 | 8 | ||
| 9 | A special event with kind `3`, meaning "follow list" is defined as having a list of `p` tags, one for each of the followed/known profiles one is following. | 9 | A special event with kind `3`, meaning "follow list" is defined as having a list of `p` tags, one for each of the followed/known profiles one is following. |
| 10 | 10 | ||
| 11 | Each tag entry should contain the key for the profile, a relay URL where events from that key can be found (can be set to an empty string if not needed), and a local name (or "petname") for that profile (can also be set to an empty string or not provided), i.e., `["p", <32-bytes hex key>, <main relay URL>, <petname>]`. The `content` can be anything and should be ignored. | 11 | Each tag entry should contain the key for the profile, a relay URL where events from that key can be found (can be set to an empty string if not needed), and a local name (or "petname") for that profile (can also be set to an empty string or not provided), i.e., `["p", <32-bytes hex key>, <main relay URL>, <petname>]`. |
| 12 | |||
| 13 | The `.content` is not used. | ||
| 12 | 14 | ||
| 13 | For example: | 15 | For example: |
| 14 | 16 | ||
| @@ -67,8 +67,7 @@ content as an emoji if shortcode is specified. | |||
| 67 | "tags": [ | 67 | "tags": [ |
| 68 | ["emoji", "soapbox", "https://gleasonator.com/emoji/Gleasonator/soapbox.png"] | 68 | ["emoji", "soapbox", "https://gleasonator.com/emoji/Gleasonator/soapbox.png"] |
| 69 | ], | 69 | ], |
| 70 | "pubkey": "79c2cae114ea28a981e7559b4fe7854a473521a8d22a66bbab9fa248eb820ff6", | 70 | ...other fields |
| 71 | "created_at": 1682790000 | ||
| 72 | } | 71 | } |
| 73 | ``` | 72 | ``` |
| 74 | 73 | ||
| @@ -77,7 +77,7 @@ Event `kind:1311` is live chat's channel message. Clients MUST include the `a` t | |||
| 77 | 77 | ||
| 78 | ## Use Cases | 78 | ## Use Cases |
| 79 | 79 | ||
| 80 | Common use cases include meeting rooms/workshops, watch-together activities, or event spaces, such as [live.snort.social](https://live.snort.social) and [nostrnests.com](https://nostrnests.com). | 80 | Common use cases include meeting rooms/workshops, watch-together activities, or event spaces, such as [zap.stream](https://zap.stream). |
| 81 | 81 | ||
| 82 | ## Example | 82 | ## Example |
| 83 | 83 | ||