From 385b3aa3df9d60251ef6c6cfb9c971f1ce058335 Mon Sep 17 00:00:00 2001 From: Huberto <161350311+HubertIGL@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:38:25 +0100 Subject: [PATCH 1/2] Update message.md --- apps/hubble/www/docs/docs/httpapi/message.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/hubble/www/docs/docs/httpapi/message.md b/apps/hubble/www/docs/docs/httpapi/message.md index a57989bdf2..edb5c778d8 100644 --- a/apps/hubble/www/docs/docs/httpapi/message.md +++ b/apps/hubble/www/docs/docs/httpapi/message.md @@ -86,7 +86,7 @@ try { ## validateMessage Validate a signed protobuf-serialized message with the Hub. This can be used to verify that the hub will consider the -message valid. Or to validate message that cannot be submitted (e.g. Frame actions) +message valid. Or to validate messages that cannot be submitted (e.g. Frame actions) **Query Parameters** | Parameter | Description | Example | @@ -168,7 +168,7 @@ async fn main() { let msg_data_bytes = msg_data.write_to_bytes().unwrap(); - // Calculate the blake3 hash, trucated to 20 bytes + // Calculate the blake3 hash, truncated to 20 bytes let hash = blake3::hash(&msg_data_bytes).as_bytes()[0..20].to_vec(); // Construct the actual message From 48c7615abdbb30caca31d458d344f0274acf1455 Mon Sep 17 00:00:00 2001 From: Huberto <161350311+HubertIGL@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:42:06 +0100 Subject: [PATCH 2/2] Update links.md --- apps/hubble/www/docs/docs/httpapi/links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/hubble/www/docs/docs/httpapi/links.md b/apps/hubble/www/docs/docs/httpapi/links.md index 22db761b17..6400c17f62 100644 --- a/apps/hubble/www/docs/docs/httpapi/links.md +++ b/apps/hubble/www/docs/docs/httpapi/links.md @@ -94,7 +94,7 @@ Get all links to a target FID **Query Parameters** | Parameter | Description | Example | | --------- | ----------- | ------- | -| target_fid | The FID of the reaction's creator | `fid=6833` | +| target_fid | The FID of the reaction's creator | `target_fid=6833` | | link_type | The type of link, as a string value| `link_type=follow` | @@ -128,4 +128,4 @@ curl http://127.0.0.1:2281/v1/linksByTargetFid?target_fid=6833 ], "nextPageToken": "" } -``` \ No newline at end of file +```