|
|
|
@ -7,7 +7,7 @@ import { fetchCleanUnreadMsgCount, fetchMessages, MESSAGE_PAGE_SIZE } from '@/ac
|
|
|
|
|
import { fetchOrderConversationsList, } from '@/actions/ConversationActions';
|
|
|
|
|
import { isEmpty } from '@/utils/commons';
|
|
|
|
|
import useAuthStore from '@/stores/AuthStore';
|
|
|
|
|
import useVisibilityState from '@/hooks/useVisibilityState';
|
|
|
|
|
import { useVisibilityState } from '@/hooks/useVisibilityState';
|
|
|
|
|
|
|
|
|
|
const MessagesWrapper = () => {
|
|
|
|
|
const userId = useAuthStore((state) => state.loginUser.userId);
|
|
|
|
|