mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-31 05:40:16 -06:00
repliesCount
This commit is contained in:
parent
c8c0196123
commit
5813b499b4
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ if (props.mock) {
|
|||
pureNote: note,
|
||||
isDeletedRef: isDeleted,
|
||||
onReplyCallback: () => {
|
||||
appearNote.value.repliesCount += 1;
|
||||
appearNote.value.repliesCount = (appearNote.value.repliesCount || 0) + 1;
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue