Merge remote-tracking branch 'misskey-original/develop' into develop
This commit is contained in:
commit
b3084f45b4
34 changed files with 508 additions and 135 deletions
|
|
@ -526,6 +526,7 @@ function blur() {
|
|||
}
|
||||
|
||||
const repliesLoaded = ref(false);
|
||||
|
||||
function loadReplies() {
|
||||
repliesLoaded.value = true;
|
||||
os.api('notes/children', {
|
||||
|
|
@ -537,6 +538,7 @@ function loadReplies() {
|
|||
}
|
||||
|
||||
const conversationLoaded = ref(false);
|
||||
|
||||
function loadConversation() {
|
||||
conversationLoaded.value = true;
|
||||
os.api('notes/conversation', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue