mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 10:10:21 +01:00
Revert "fix(frontend): text
がnull
であってrenoteId
とreplyId
がnull
でないようなノートは引用リノートとして表示するように"
This reverts commit a9ca55343d
.
This commit is contained in:
parent
b61d7c8743
commit
c6c668d873
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ 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 &&
|
||||
|
|
Loading…
Reference in a new issue