mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:23: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();
|
||||
});
|
||||
}
|
||||
if (appearNote.reply && appearNote.reply.replyId) loadConversation();
|
||||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
|
|
Loading…
Reference in a new issue