This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix code

+5 -2
+5 -2
src/components/Canceler/Canceler.js
··· 672 672 collection: 'app.bsky.graph.cancellation', 673 673 record: verificationRecord, 674 674 }); 675 - 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`; 675 + 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`; 676 676 const encodedText = encodeURIComponent(postText); 677 677 const intentUrl = `https://bsky.app/intent/compose?text=${encodedText}`; 678 678 const successMessageJSX = ( ··· 1216 1216 <div className="canceler-intro-container"> 1217 1217 <h1>Bluesky Cancellation Tool</h1> 1218 1218 <p className="canceler-intro-text"> 1219 - With Bluesky's new cancellation system, anyone can cancel anyone else and any Bluesky client can choose which accounts to treat as "Trusted Cancelers". 1219 + With the new cancellation system, anyone can cancel anyone else and any Bluesky client can choose which accounts to treat as "Trusted Cancelers". 1220 1220 </p> 1221 1221 <p className="canceler-intro-text"> 1222 1222 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: 1223 1223 </p> 1224 1224 <p> 1225 1225 app.bsky.graph.cancellation 1226 + </p> 1227 + <p> 1228 + Note: this is not an official Bluesky feature and is not supported by the Bluesky team... this is just silly bit. 1226 1229 </p> 1227 1230 </div> 1228 1231