Something went wrong. Try again.
Bluesky app fork with some witchin' additions 💫 forked from jollywhoppers.com/witchsky.app
Something went wrong. Try again.
773 B · 27 lines
TypeScript
at main
12345678910111213141516171819202122232425262728// eslint-disable-next-line @typescript-eslint/no-unused-varsimport {type AppBskyUnspeccedGetPostThreadV2} from '@atproto/api'
/** * See the `below` param on {@link AppBskyUnspeccedGetPostThreadV2.QueryParams} */export const LINEAR_VIEW_BELOW = 10
/** * See the `branchingFactor` param on {@link AppBskyUnspeccedGetPostThreadV2.QueryParams} */export const LINEAR_VIEW_BF = 1
/** * See the `below` param on {@link AppBskyUnspeccedGetPostThreadV2.QueryParams} */export const TREE_VIEW_BELOW = 4
/** * See the `branchingFactor` param on {@link AppBskyUnspeccedGetPostThreadV2.QueryParams} */export const TREE_VIEW_BF = undefined
/** * See the `below` param on {@link AppBskyUnspeccedGetPostThreadV2.QueryParams} */export const TREE_VIEW_BELOW_DESKTOP = 6