From bbb0881b6a88c9b2cbde22a421c5848db3da92db Mon Sep 17 00:00:00 2001 From: damedotblog Date: Tue, 29 Apr 2025 21:46:46 -0400 Subject: [PATCH] fix code --- src/components/Canceler/Canceler.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Canceler/Canceler.js b/src/components/Canceler/Canceler.js index 2e899d1..96149d3 100644 --- a/src/components/Canceler/Canceler.js +++ b/src/components/Canceler/Canceler.js @@ -672,7 +672,7 @@ function Canceler() { collection: 'app.bsky.graph.cancellation', record: verificationRecord, }); - const postText = `I just canceled @${targetHandle} using Bluesky's new cancellation system. Try canceling someone yourself using @cred.blue's canceler tool: https://cred.blue/canceler`; + const postText = `I just canceled @${targetHandle} using the new cancellation system. Try canceling someone yourself using @cred.blue's canceler tool: https://cred.blue/canceler`; const encodedText = encodeURIComponent(postText); const intentUrl = `https://bsky.app/intent/compose?text=${encodedText}`; const successMessageJSX = ( @@ -1216,7 +1216,7 @@ function Canceler() {

Bluesky Cancellation Tool

- With Bluesky's new cancellation system, anyone can cancel anyone else and any Bluesky client can choose which accounts to treat as "Trusted Cancelers". + With the new cancellation system, anyone can cancel anyone else and any Bluesky client can choose which accounts to treat as "Trusted Cancelers".

Try canceling an account for yourself or check to see who has canceled you! It's as simple as creating a cancellation record in your PDS that points to the account you want to cancel. The record looks like this: @@ -1224,6 +1224,9 @@ function Canceler() {

app.bsky.graph.cancellation

+

+ Note: this is not an official Bluesky feature and is not supported by the Bluesky team... this is just silly bit. +

-- 2.51.2