wip
This commit is contained in:
@@ -76,7 +76,6 @@ export const useSocketsStore = defineStore('sockets', () => {
|
||||
const idx = chatsStore.chats.findIndex((chat) => chat.id === data.id)
|
||||
if (idx < 0) chatsStore.chats.push(data)
|
||||
|
||||
console.log(data.id)
|
||||
menuStore.selected = ['chats']
|
||||
chatsStore.selected = [data.id]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user