14
This commit is contained in:
@@ -14,6 +14,8 @@ export default {
|
||||
storeUnHandleFriendApplicationNum: (state) => state.contact.unHandleFriendApplicationNum,
|
||||
storeHistoryMessageList: (state) => state.message.historyMessageList,
|
||||
storeHasMoreMessage: (state) => state.message.hasMoreMessage,
|
||||
storeCurrentMsg: (state) => state.message.currentMsg,
|
||||
storeCurrentMsgID: (state) => state.message.currentMsgID,
|
||||
storeSelfInfo: (state) => state.user.selfInfo,
|
||||
storeCurrentUserID: (state) => state.user.selfInfo.userID,
|
||||
storeIsSyncing: (state) => state.user.isSyncing,
|
||||
|
||||
Reference in New Issue
Block a user