1
0

chore: blank line lint

This commit is contained in:
Mar0xy
2023-10-31 20:08:01 +01:00
parent cca9ea3126
commit 826e172746
@@ -694,6 +694,7 @@ function loadConversation() {
conversation.value = res.reverse();
});
}
if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadConversation) loadConversation();
</script>