diff options
author | Hailey <me@haileyok.com> | 2024-02-27 10:01:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 10:01:29 -0800 |
commit | c8d02a791a84a243b290b3a1479aa6ac097a51fa (patch) | |
tree | 391831bf7aec2be4ce5c677024c24ec997842759 /src/lib/constants.ts | |
parent | 58aaad704aa971c5ebbf5a5f330a2e2129b557f6 (diff) | |
download | voidsky-c8d02a791a84a243b290b3a1479aa6ac097a51fa.tar.zst |
Log to Sentry whenever users encounter Bluesky feed errors (#2999)
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index c8e5273d4..e86844395 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -75,3 +75,9 @@ export const HITSLOP_20 = createHitslop(20) export const HITSLOP_30 = createHitslop(30) export const BACK_HITSLOP = HITSLOP_30 export const MAX_POST_LINES = 25 + +export const BSKY_FEED_OWNER_DIDS = [ + 'did:plc:z72i7hdynmk6r22z27h6tvur', + 'did:plc:vpkhqolt662uhesyj6nxm7ys', + 'did:plc:q6gjnaw2blty4crticxkmujt', +] |