mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 02:03:09 +02:00
upd: autoload conversation
This commit is contained in:
parent
d4e4af4571
commit
71a1985ba4
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue