upleb.uk

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

summaryrefslogtreecommitdiff
path: root/95.md
diff options
context:
space:
mode:
authorfrbittencourt <fbittencourt@neadvance.com>2023-03-10 10:04:00 +0000
committerfiatjaf_ <fiatjaf@gmail.com>2023-04-20 08:06:14 -0300
commitd212622ed113b9c19bab160c484c3c25fba6131f (patch)
tree73e3532ec117bf765a53943c3cf4dedb9b1e1ede /95.md
parent8ea7c51f9b4fd81e4f5e390881bff43243455d16 (diff)
fix format text in md
Diffstat (limited to '95.md')
-rw-r--r--95.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/95.md b/95.md
index 4c2dde8..755471f 100644
--- a/95.md
+++ b/95.md
@@ -30,6 +30,7 @@ The `NIP-94` can be used to broadcast the ID of that event, with the ` and ` tag
30 "content": <string with base64 data>, 30 "content": <string with base64 data>,
31 "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 "sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field>
32} 32}
33```
33 34
34Relay Behavior 35Relay Behavior
35--------------- 36---------------
@@ -43,7 +44,7 @@ Client Behavior
43--------------- 44---------------
44The 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.
45 46
46Also, 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.Exemple: ![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
47 48
48Suggested Use Cases 49Suggested Use Cases
49------------------- 50-------------------