-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
rawには含まれている- instruction 内に TimelineAddToModule が含まれる際にデータが無視される
- getUserMediaの取得データ2件目以降が1件目のrepliesに入っています #87 と似ていて、Twitter の仕様変更に伴う新しい表示方式(
MediaGrid)のせい
import { getClient } from '@test/init';
(async () => {
const api = await getClient();
const res1 = await api.getTweetApi().getUserMedia({
userId: '69496975',
});
const res2 = await api.getTweetApi().getUserMedia({
userId: '69496975',
cursor: res1.data.cursor.bottom?.value,
});
console.log(res2.data); // length が 0
})();Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working