upd: make autoload conversation a toggle

This commit is contained in:
Mar0xy 2023-09-28 02:01:01 +02:00
parent 71a1985ba4
commit 0c7011bd02
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
3 changed files with 7 additions and 1 deletions

View file

@ -517,7 +517,7 @@ function loadConversation() {
conversation.value = res.reverse();
});
}
if (appearNote.reply && appearNote.reply.replyId) loadConversation();
if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadConversation) loadConversation();
</script>
<style lang="scss" module>