This commit is contained in:
syuilo
2019-03-07 13:03:46 +09:00
parent c11e813146
commit f02125dd47
5 changed files with 140 additions and 8 deletions

View File

@@ -129,9 +129,9 @@ export default Vue.extend({
mounted() {
// Get replies
if (!this.compact) {
this.$root.api('notes/replies', {
this.$root.api('notes/children', {
noteId: this.appearNote.id,
limit: 8
limit: 30
}).then(replies => {
this.replies = replies;
});