Commit 5c96174
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 #611 parent bc68cc0 commit 5c96174
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments