diff options
author | Eric Bailey <git@esb.lol> | 2024-04-08 14:32:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 14:32:00 -0500 |
commit | 2bc20b1752d455bc1ca48e5f8eb4bd670d22ec34 (patch) | |
tree | f6dbe06990456ad3a400cb6323bb50ff3a414287 /src/lib | |
parent | 6d3f9397f40cf5983a592a33cea9b6d4a086b448 (diff) | |
download | voidsky-2bc20b1752d455bc1ca48e5f8eb4bd670d22ec34.tar.zst |
Onboarding tweaks (#3447)
* Remove feed * Follow bsky.app
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/constants.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index f5a72669a..401c39362 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -80,8 +80,10 @@ export const HITSLOP_30 = createHitslop(30) export const BACK_HITSLOP = HITSLOP_30 export const MAX_POST_LINES = 25 +export const BSKY_APP_ACCOUNT_DID = 'did:plc:z72i7hdynmk6r22z27h6tvur' + export const BSKY_FEED_OWNER_DIDS = [ - 'did:plc:z72i7hdynmk6r22z27h6tvur', + BSKY_APP_ACCOUNT_DID, 'did:plc:vpkhqolt662uhesyj6nxm7ys', 'did:plc:q6gjnaw2blty4crticxkmujt', ] |