Populate user card on receiving chats
This commit is contained in:
parent
d22b5bec57
commit
5b56b6b9fd
@ -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 }) {
|
||||
|
Loading…
Reference in New Issue
Block a user