This commit is contained in:
padreug 2025-02-15 02:34:19 +01:00
parent 8df44506c0
commit 2bbb9ae938
10 changed files with 47 additions and 9 deletions

View file

@ -1,3 +1,7 @@
import { computed } from 'vue'
import { useMessageStore } from '@/stores/messages'
import { useNostrStore } from '@/stores/nostr'
export function useChat(pubkey: string) {
const messageStore = useMessageStore()
const nostrStore = useNostrStore()