summaryrefslogtreecommitdiff
path: root/packages/misskey-js/src/note.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): リノートの判定が甘いのを修正 (#14396)かっこかり2024-08-171-0/+12
* fix(frontend): リノートの判定が甘いのを修正 * fix * Update Changelog * fix * use type assertion * fix + add comments * lint * misskey-jsに移動 * PureRenote -> Renote * isRenote -> isPureRenote