diff options
| author | eugenijm <eugenijm@protonmail.com> | 2020-07-07 18:30:05 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2020-07-08 15:21:31 +0300 |
| commit | 18a1f5d62a72da45d62672043397a7471ab2c090 (patch) | |
| tree | 103fdf3ea19f69f2c8b5e2af1191a9b3771badfb /src/modules/chats.js | |
| parent | 45901c8da654bbeaae71cc484ea08f39a332baa7 (diff) | |
Add the empty chat list placeholder.
Do not use full height when displaying the chat list.
Remove an unsued chat action.
Diffstat (limited to 'src/modules/chats.js')
| -rw-r--r-- | src/modules/chats.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/chats.js b/src/modules/chats.js index f868ca0c..228d6256 100644 --- a/src/modules/chats.js +++ b/src/modules/chats.js @@ -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 }) |
