upd: autoload conversation

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

View File

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