fix: quotes showing in replies on a note
This commit is contained in:
@@ -353,6 +353,7 @@ if (props.detail) {
|
|||||||
os.api('notes/children', {
|
os.api('notes/children', {
|
||||||
noteId: props.note.id,
|
noteId: props.note.id,
|
||||||
limit: 5,
|
limit: 5,
|
||||||
|
showQuotes: false,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
replies = res;
|
replies = res;
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -362,6 +362,7 @@ if (props.detail) {
|
|||||||
os.api('notes/children', {
|
os.api('notes/children', {
|
||||||
noteId: props.note.id,
|
noteId: props.note.id,
|
||||||
limit: 5,
|
limit: 5,
|
||||||
|
showQuotes: false,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
replies = res;
|
replies = res;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user