tangled
alpha
login
or
join now
mary.my.id
/
boat
22
fork
atom
handy online tools for AT Protocol
boat.kelinci.net
atproto
bluesky
atcute
typescript
solidjs
22
fork
atom
overview
issues
pulls
pipelines
chore: fmt
mary.my.id
3 months ago
fd6292a4
9cc52d01
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+4
-2
1 changed file
expand all
collapse all
unified
split
src
views
bluesky
threadgate-applicator
page.tsx
+4
-2
src/views/bluesky/threadgate-applicator/page.tsx
···
18
18
import Step4_Confirmation from './steps/step4_confirmation';
19
19
import Step5_Finished from './steps/step5_finished';
20
20
21
21
-
export interface ThreadgateState
22
22
-
extends Pick<AppBskyFeedThreadgate.Main, 'allow' | 'hiddenReplies' | 'createdAt'> {
21
21
+
export interface ThreadgateState extends Pick<
22
22
+
AppBskyFeedThreadgate.Main,
23
23
+
'allow' | 'hiddenReplies' | 'createdAt'
24
24
+
> {
23
25
uri: string;
24
26
}
25
27