Add the empty chat list placeholder.
Do not use full height when displaying the chat list. Remove an unsued chat action.
This commit is contained in:
parent
45901c8da6
commit
18a1f5d62a
4 changed files with 28 additions and 7 deletions
|
@ -83,9 +83,6 @@ const chats = {
|
|||
resetChatNewMessageCount ({ commit }, value) {
|
||||
commit('resetChatNewMessageCount', value)
|
||||
},
|
||||
removeFromCurrentChatStatuses ({ commit }, { id }) {
|
||||
commit('removeFromCurrentChatStatuses', id)
|
||||
},
|
||||
clearCurrentChat ({ rootState, commit, dispatch }, value) {
|
||||
commit('setCurrentChatId', { chatId: undefined })
|
||||
commit('setCurrentChatFetcher', { fetcher: undefined })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue