···672672 collection: 'app.bsky.graph.cancellation',
673673 record: verificationRecord,
674674 });
675675- 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`;
675675+ 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`;
676676 const encodedText = encodeURIComponent(postText);
677677 const intentUrl = `https://bsky.app/intent/compose?text=${encodedText}`;
678678 const successMessageJSX = (
···12161216 <div className="canceler-intro-container">
12171217 <h1>Bluesky Cancellation Tool</h1>
12181218 <p className="canceler-intro-text">
12191219- With Bluesky's new cancellation system, anyone can cancel anyone else and any Bluesky client can choose which accounts to treat as "Trusted Cancelers".
12191219+ With the new cancellation system, anyone can cancel anyone else and any Bluesky client can choose which accounts to treat as "Trusted Cancelers".
12201220 </p>
12211221 <p className="canceler-intro-text">
12221222 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:
12231223 </p>
12241224 <p>
12251225 app.bsky.graph.cancellation
12261226+ </p>
12271227+ <p>
12281228+ Note: this is not an official Bluesky feature and is not supported by the Bluesky team... this is just silly bit.
12261229 </p>
12271230 </div>
12281231