TGTGInsighttelegram intelligenceLIVE / telegram public index
← ご注文はうさぎですか?
ご注文はうさぎですか? avatar

TGINSIGHT POST

Post #10023

@order_usagi

ご注文はうさぎですか?

Views6Post view count
PostedApr 1204/12/2026, 12:46 PM
Post content

Post content

ttimochan & timochan 向 mx-space/kami 提交了一个更改 feat: support api-client v3 (#1778) Migrate to the new API client v3 which introduces breaking changes in comment threading, owner endpoints, and model types. 1. Upgrade `@mx-space/api-client` from 2.0.0 to 3.1.0 2. Refactor comment collection to use `CommentThreadItem` with flat `replies` instead of nested `children` 3. Replace `comment.comment()` / `comment.reply()` with `guestComment()` / `guestReply()` 4. Replace `comment.parent` with `comment.parentCommentId` for sub-comment detection 5. Add null-safety guards for `text` fields (`text || ''`) across pages and components 6. Update type declarations to match v3 model shapes (`AggregateRoot`, remove `TextBaseModel`) 7. Simplify search proxy call by removing redundant generic type annotation