From f01f0ea80d434c71dad3fc6fc7ce2328382d9d28 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Sun, 13 Jul 2025 13:57:32 -0700 Subject: [PATCH] mhm --- src/HTTP/JS/BlueskyAPI.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/HTTP/JS/BlueskyAPI.js b/src/HTTP/JS/BlueskyAPI.js index 0c1fd71..a9c4e60 100644 --- a/src/HTTP/JS/BlueskyAPI.js +++ b/src/HTTP/JS/BlueskyAPI.js @@ -376,9 +376,6 @@ export function ApplyFacets(record, text) { } StringArray.push(TextThing); } - // Last minute shit! Maybe! - TextThing = text.slice(SplitAreas[SplitAreas.length - 2] - SubtractNumber, SplitAreas[SplitAreas.length - 1]); - StringArray.push(TextThing); // Finally, we append the string with for (let i = 0; i < StringArray.length; i += 2) { if (Hrefs[(i / 2)] != undefined && Hrefs[(i / 2)].split("https://").length != 1) {