ajusts formt text

This commit is contained in:
frbittencourt 2023-03-10 10:11:55 +00:00 committed by fiatjaf_
parent 475bcb6314
commit ac515573a0
2 changed files with 7 additions and 1 deletions

6
94.md
View File

@ -33,11 +33,15 @@ This NIP specifies the use of the `30063` event type (parameterized replaceable
Client Behavior
---------------
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
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.
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.
Example: <https://ibb.co/Fnj5TMg>
To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image
Suggested Use Cases
-------------------
* A relay for indexing shared files. For example to promote torrents

2
95.md
View File

@ -45,7 +45,9 @@ Client Behavior
The client can use this event for any type of storage it wants. The functionality of uploading an image directly through the client's interface and including it in the note that is being created is a very useful facility for the end user. In this case, 3 events would be created. Kind 30064 with the file converted to base64, Kind 30063 which is the header of this file for dissemination and Kind 1 with the post and the image.
Also, when used in conjunction with `NIP-94`, it allows the app to create image galleries (memes, animations) that can be reused countless times in different notes. As it exists in whatsapp, tegegran, etc.
Example: <https://ibb.co/Fnj5TMg>.
To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image
Suggested Use Cases