upd: swap bcrypt to argon2, add misskey-js to dev, auto load replies

This commit is contained in:
Mar0xy 2023-09-22 00:21:57 +02:00
parent 03b5acf17f
commit 7111c6c90b
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
20 changed files with 105 additions and 43 deletions

View file

@ -501,6 +501,7 @@ function loadReplies() {
replies.value = res;
});
}
loadReplies();
const conversationLoaded = ref(false);
function loadConversation() {