diff options
| author | frbittencourt <fbittencourt@neadvance.com> | 2023-03-10 10:04:00 +0000 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-04-20 08:06:14 -0300 |
| commit | d212622ed113b9c19bab160c484c3c25fba6131f (patch) | |
| tree | 73e3532ec117bf765a53943c3cf4dedb9b1e1ede /94.md | |
| parent | 8ea7c51f9b4fd81e4f5e390881bff43243455d16 (diff) | |
fix format text in md
Diffstat (limited to '94.md')
| -rw-r--r-- | 94.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -29,11 +29,12 @@ This NIP specifies the use of the `30063` event type (parameterized replaceable | |||
| 29 | "content": <description>, | 29 | "content": <description>, |
| 30 | "sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field> | 30 | "sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field> |
| 31 | } | 31 | } |
| 32 | ``` | ||
| 32 | 33 | ||
| 33 | Client Behavior | 34 | Client Behavior |
| 34 | --------------- | 35 | --------------- |
| 35 | The client can use this event as they see fit. Either showing events in the same feed as kind 1 events or creating a specific feed for file listings | 36 | The client can use this event as they see fit. Either showing events in the same feed as kind 1 events or creating a specific feed for file listings |
| 36 | It allows the app to create image galleries (memes, animations) that can be reused countless times in different notes. As it exists in whatsapp, telegram, etc. Exemple: <https://ibb.co/Fnj5TMg> | 37 | It allows the app to create image galleries (memes, animations) that can be reused countless times in different notes. As it exists in whatsapp, telegram, etc. Exemple:  |
| 37 | To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image | 38 | To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image |
| 38 | 39 | ||
| 39 | Suggested Use Cases | 40 | Suggested Use Cases |