upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrbittencourt <fbittencourt@neadvance.com>2023-03-10 10:09:38 +0000
committerfiatjaf_ <fiatjaf@gmail.com>2023-04-20 08:06:14 -0300
commit475bcb6314beafb29e480f70a114947e7c301776 (patch)
tree8f584ae1485ed140854560b9fc6cc1e6abf5f900
parent64797e7910a7dd143c22c28d29e7d6108db806b3 (diff)
minor fix
-rw-r--r--94.md3
-rw-r--r--95.md4
2 files changed, 5 insertions, 2 deletions
diff --git a/94.md b/94.md
index 5f5a14a..4963f85 100644
--- a/94.md
+++ b/94.md
@@ -34,7 +34,8 @@ This NIP specifies the use of the `30063` event type (parameterized replaceable
34Client Behavior 34Client Behavior
35--------------- 35---------------
36The 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 36The 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
37It 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> 37It 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.
38Example: <https://ibb.co/Fnj5TMg>
38To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image 39To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image
39 40
40Suggested Use Cases 41Suggested Use Cases
diff --git a/95.md b/95.md
index 3653f2b..16536ab 100644
--- a/95.md
+++ b/95.md
@@ -44,7 +44,9 @@ Client Behavior
44--------------- 44---------------
45The 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. 45The 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.
46 46
47Also, 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.Exemple: <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 47Also, 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.
48Example: <https://ibb.co/Fnj5TMg>.
49To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image
48 50
49Suggested Use Cases 51Suggested Use Cases
50------------------- 52-------------------