tj
2025-06-05 bba272999cc546f65781bf3d20245a3f819af67f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export const SET_LOGGED_IN = 'SET_LOGGED_IN'
 
export const REMOVE_LOGGED_IN = 'REMOVE_LOGGED_IN'
 
export const SET_USER = 'SET_USER'
 
export const MARK_READ_MESSAGE = 'MARK_READ_MESSAGE'
 
export const REMOVE_UNREAD_MESSAGE = 'REMOVE_UNREAD_MESSAGE'
 
export const MARK_UNREAD_MESSAGE = 'MARK_UNREAD_MESSAGE'
 
export const SET_USER_PERMISSIONS = 'SET_USER_PERMISSIONS'
 
export const SET_REFRESH_OPTION = 'SET_REFRESH_OPTION'