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/message/constants.js

13 lines
367 B

/**
* See: src/CoreBundle/Entity/Message.php
*/
export const MESSAGE_TYPE_INBOX = 1;
export const MESSAGE_TYPE_OUTBOX = 2;
export const MESSAGE_TYPE_PROMOTED = 3;
export const MESSAGE_TYPE_WALL = 4;
export const MESSAGE_TYPE_GROUP = 5;
export const MESSAGE_TYPE_INVITATION = 6;
export const MESSAGE_TYPE_CONVERSATION = 7;
export const MESSAGE_STATUS_DELETED = 3;