Commit 42874e39 by 吴云建

fix

parent 3bcd0cf7
Showing with 1 additions and 1 deletions
...@@ -556,7 +556,7 @@ export default { ...@@ -556,7 +556,7 @@ export default {
dispatch(ChatStore.ACTION_GET_CHAT_MESSAGES), dispatch(ChatStore.ACTION_GET_CHAT_MESSAGES),
dispatch(ChatStore.ACTION_GET_CHAT_MEMBERS), dispatch(ChatStore.ACTION_GET_CHAT_MEMBERS),
]); ]);
commit(ChatStore.MUTATION_SAVE_CHAT_TITLE, chatId); commit(ChatStore.MUTATION_SAVE_CHAT_TITLE, wantedChatRoom.title || chatId);
commit(ChatStore.MUTATION_INITING_CHAT_DONE); commit(ChatStore.MUTATION_INITING_CHAT_DONE);
commit(ChatStore.MUTATION_SCROLL_TO_BOTTOM); commit(ChatStore.MUTATION_SCROLL_TO_BOTTOM);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment