Skip to content

Commit

Permalink
fix(misskey): Handle renotes properly to improve content display (#17078
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Tsuyumi25 authored Oct 10, 2024
1 parent 4fac950 commit afb7554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/misskey/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ async function getUserTimelineByUsername(username, site) {
json: {
userId: accountId,
withChannelNotes: true,
withRenotes: false,
limit: 10,
offset: 0,
withFiles: true,
},
});
const accountData = usernotesResponse.data;
Expand Down

0 comments on commit afb7554

Please sign in to comment.