mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix(frontend): textがnullであってrenoteIdとreplyIdがnullでないようなノートは引用リノートとして表示するように
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user