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() {
- 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. +