Skip to content

Commit

Permalink
fix(frontend): textnullであってrenoteIdreplyIdnullでないようなノートは…
Browse files Browse the repository at this point in the history
…引用リノートとして表示するように
  • Loading branch information
zyoshoka committed Jan 12, 2024
1 parent ab15af3 commit a9ca553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ if (noteViewInterruptors.length > 0) {

const isRenote = (
note.value.renote != null &&
note.value.replyId == null &&
note.value.text == null &&
note.value.cw == null &&
note.value.fileIds.length === 0 &&
Expand Down

0 comments on commit a9ca553

Please sign in to comment.