Skip to content

Commit

Permalink
feat(community): Add Communities api (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 authored Dec 17, 2024
1 parent 1942ff2 commit 3f76546
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 @@ -73,6 +73,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 3f76546

Please sign in to comment.