|
@@ -380,6 +380,10 @@ export const initStore = () => {
|
|
|
contactStore.getSendFriendApplicationListFromReq();
|
|
|
contactStore.getRecvGroupApplicationListFromReq();
|
|
|
contactStore.getSendGroupApplicationListFromReq();
|
|
|
+ setInterval(() => {
|
|
|
+ contactStore.getRecvFriendApplicationListFromReq();
|
|
|
+ contactStore.getRecvGroupApplicationListFromReq();
|
|
|
+ },5 * 1000)
|
|
|
};
|
|
|
|
|
|
export const conversationSort = (conversationList: ConversationItem[]) => {
|