chore: blank line lint

This commit is contained in:
Mar0xy 2023-10-31 20:08:01 +01:00
parent cca9ea3126
commit 826e172746
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 0 deletions

View File

@ -694,6 +694,7 @@ function loadConversation() {
conversation.value = res.reverse();
});
}
if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadConversation) loadConversation();
</script>