socket and check actions

This commit is contained in:
hamid zarghami
2025-07-21 13:15:47 +03:30
parent 206cf9cbd6
commit 60f459d33b
8 changed files with 48 additions and 9 deletions
@@ -18,7 +18,7 @@ const MessageUnread: FC = () => {
markAsRead({ messageId: id || '', mailbox: mailbox || '' })
}
setIsRead(!isRead)
}} size={18} variant={isRead ? 'Outline' : 'Bold'} color='black' className='xl:block hidden' />
}} size={18} variant={isRead ? 'Outline' : 'Bold'} color='black' />
)
}