From 6c73464da8df23defa032b72b3d56917e4890e71 Mon Sep 17 00:00:00 2001 From: Zeek <45241372+dauphin3@users.noreply.github.com> Date: Tue, 1 Mar 2022 00:01:50 -0500 Subject: [PATCH] Update zomes/hc_zome_trust_atom/src/trust_atom.rs Co-authored-by: Harlan T Wood --- zomes/hc_zome_trust_atom/src/trust_atom.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zomes/hc_zome_trust_atom/src/trust_atom.rs b/zomes/hc_zome_trust_atom/src/trust_atom.rs index 2d9a011..b101f5f 100644 --- a/zomes/hc_zome_trust_atom/src/trust_atom.rs +++ b/zomes/hc_zome_trust_atom/src/trust_atom.rs @@ -144,7 +144,7 @@ fn create_link_tag(link_direction: &LinkDirection, chunk_options: &[Option 900 { let mut max_content = content.clone(); - max_content.truncate(900); + max_content.truncate(898); // leave 2 bytes for `…` max_content.push_str("…"); chunks.push(max_content); }