upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--94.md6
-rw-r--r--95.md2
2 files changed, 7 insertions, 1 deletions
diff --git a/94.md b/94.md
index 4963f85..1b5d8db 100644
--- a/94.md
+++ b/94.md
@@ -33,11 +33,15 @@ This NIP specifies the use of the `30063` event type (parameterized replaceable
33 33
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.
37
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. 38It 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.
39
38Example: <https://ibb.co/Fnj5TMg> 40Example: <https://ibb.co/Fnj5TMg>
41
39To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image 42To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image
40 43
44
41Suggested Use Cases 45Suggested Use Cases
42------------------- 46-------------------
43* A relay for indexing shared files. For example to promote torrents 47* A relay for indexing shared files. For example to promote torrents
diff --git a/95.md b/95.md
index 16536ab..6f7612f 100644
--- a/95.md
+++ b/95.md
@@ -45,7 +45,9 @@ Client Behavior
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. 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.
48
48Example: <https://ibb.co/Fnj5TMg>. 49Example: <https://ibb.co/Fnj5TMg>.
50
49To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image 51To do this, just select the image from the gallery (events NIP-94) and include the URL of the selected image
50 52
51Suggested Use Cases 53Suggested Use Cases