baisony / ucho-ten

https://ucho-ten.net
5 stars 0 forks source link

list対応 #285

Closed baisony closed 1 year ago

baisony commented 1 year ago

どうやらfeedの他にlistなるものがあるらしい

baisony commented 1 year ago

https://bsky.app/profile/did:plc:cgl62jlhroosxyjkaffidnon/post/3kcrvnpbwq32h これはmute list

baisony commented 1 year ago

mutelist 対応完了

baisony commented 1 year ago

残りはuser list?

baisony commented 1 year ago
baisony commented 1 year ago

blocklistについては有頂天の方針にそぐわないため、listfeedとmutelistのみとします。

baisony commented 1 year ago

うーん、対応自体はできたのですが、

Failed to compile. ./node_modules/.pnpm/@atproto+api@0.6.23/node_modules/@atproto/api/src/client/types/app/bsky/actor/defs.ts:7:21 Type error: Could not find a declaration file for module 'multiformats/cid'. '/vercel/path0/node_modules/.pnpm/multiformats@9.9.0/node_modules/multiformats/esm/src/cid.js' implicitly has an 'any' type. There are types at '/vercel/path0/node_modules/.pnpm/@atproto+api@0.6.23/node_modules/multiformats/types/src/cid.d.ts', but this result could not be resolved when respecting package.json "exports". The 'multiformats' library may need to update its package.json or typings. 5 | import { isObj, hasProp } from '../../../../util' 6 | import { lexicons } from '../../../../lexicons' 7 | import { CID } from 'multiformats/cid' | ^ 8 | import as ComAtprotoLabelDefs from '../../../com/atproto/label/defs' 9 | import as AppBskyGraphDefs from '../graph/defs' 10 |  ELIFECYCLE  Command failed with exit code 1. Error: Command "pnpm run build" exited with 1

という謎エラーが出るので、それが修正できるまでlistfeedの修正はpendingといたします。