···153153 </p>
154154 <p>
155155 at this point in history (saturday july 26) probably most things work like
156156- 70% but expect it to be a bit unpredictable!
156156+ 70% but expect it to be a bit unpredictable! this is certainly out of date
157157+ and counterproductive but this contains a list of things i'm going <a
158158+ href="/todo">todo.</a
159159+ >
157160 </p>
158161 <p style="border-bottom: .25rem solid var(--fg)">
159162 don't be weird, don't be mean, you're on our computer screens<span
+7
src/routes/c/delete/+page.svelte
···55</script>
6677<main>
88+ <p>
99+ this isn't a true atproto delete, but you can use this to tell the backend
1010+ to close up your channel for now. in the future there will be many more
1111+ options for you to have finer controls. likely deleting a channel record
1212+ from your repository will delete it on the backend if it's coded correctly,
1313+ but behavior in the channel at that moment may be unpredictable!
1414+ </p>
815 <DeleteSpectrum channels={data.channels} />
916</main>