fix(frontend): textnullであってrenoteIdreplyIdnullでないようなノートは引用リノートとして表示するように

This commit is contained in:
zyoshoka 2024-01-12 16:05:27 +09:00
parent ab15af3665
commit a9ca55343d
No known key found for this signature in database
GPG key ID: 0C2CB8FBA309A5B8

View file

@ -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 &&