Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/assets/vue/components/social/constants.js

6 lines
245 B

export const SOCIAL_TYPE_WALL_POST = 1
export const SOCIAL_TYPE_WALL_COMMENT = 2
export const SOCIAL_TYPE_GROUP_MESSAGE = 3
export const SOCIAL_TYPE_PROMOTED_MESSAGE = 4
export const SOCIAL_STATUS_DELETED = 2
export const SOCIAL_STATUS_SENT = 1