Skip to content

Commit

Permalink
Merge branch 'dev' into fix-download-seed-phrase-on-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Dec 17, 2024
2 parents 0f94fd2 + 3f76546 commit 1492ac6
Show file tree
Hide file tree
Showing 4 changed files with 547 additions and 162 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"uuid": "^9.0.1",
"vite-plugin-node-polyfills": "^0.21.0",
"voice-activity-detection": "^0.0.5",
"warp-wasm": "1.6.2"
"warp-wasm": "^1.7.1"
}
}
1 change: 0 additions & 1 deletion src/lib/layouts/Chatbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
UIStore.mutateChat(chat.id, c => {
c.last_view_date = new Date()
})
ConversationStore.addPendingMessages(chat.id, res.message, txt)
})
if (!isStickerOrGif) {
chatMessages.update(messages => {
Expand Down
Loading

0 comments on commit 1492ac6

Please sign in to comment.