Skip to content

Commit 5c96174

Browse files
authored
fix: auto-follow @coseeker.com during onboarding instead of Bluesky (#70)
The onboarding auto-follow (BSKY_APP_ACCOUNT_DID) was still pointing at the real Bluesky team account's DID for coseeker, k4m2a, and mdparivaar brands, copy-pasted from the upstream config. Point them at @coseeker.com's DID instead so new users follow the right account. brands/bluesky/brand.ts is left unchanged since it's documented as an exact clone of upstream Bluesky behavior. Fixes #61
1 parent bc68cc0 commit 5c96174

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

brands/coseeker/brand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const brand: Brand = {
219219
appviewDid: 'did:web:api.bsky.app',
220220
},
221221

222-
appAccountDid: 'did:plc:z72i7hdynmk6r22z27h6tvur',
222+
appAccountDid: 'did:plc:ieyfjh6ystyufa3a7pi3jw5q', // @coseeker.com
223223

224224
defaultFeeds: [
225225
{

brands/k4m2a/brand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ const brand: Brand = {
272272
appviewDid: 'did:web:api.bsky.app',
273273
},
274274

275-
appAccountDid: 'did:plc:z72i7hdynmk6r22z27h6tvur',
275+
appAccountDid: 'did:plc:ieyfjh6ystyufa3a7pi3jw5q', // @coseeker.com
276276

277277
defaultFeeds: [
278278
{

brands/mdparivaar/brand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const brand: Brand = {
101101
appviewDid: 'did:web:api.bsky.app',
102102
},
103103

104-
appAccountDid: 'did:plc:z72i7hdynmk6r22z27h6tvur',
104+
appAccountDid: 'did:plc:ieyfjh6ystyufa3a7pi3jw5q', // @coseeker.com
105105

106106
defaultFeeds: [
107107
{

0 commit comments

Comments
 (0)