Skip to content
Snippets Groups Projects
Unverified Commit 5b56b6b9 authored by tusooa's avatar tusooa :zap:
Browse files

Populate user card on receiving chats

parent d22b5bec
No related branches found
No related tags found
2 merge requests!1861Update master branch,!1766Populate user card on receiving chats
......@@ -65,6 +65,7 @@ const chats = {
const newChatMessageSideEffects = (chat) => {
maybeShowChatNotification(store, chat)
}
commit('addNewUsers', chats.map(k => k.account).filter(k => k))
commit('addNewChats', { dispatch, chats, rootGetters, newChatMessageSideEffects })
},
updateChat ({ commit }, { chat }) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment