The communications platform that puts data protection first.
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.
 
 
 
 
 
Rocket.Chat/app/otr/lib/constants.ts

5 lines
211 B

export const otrSystemMessages = {
USER_JOINED_OTR: 'user_joined_otr',
USER_REQUESTED_OTR_KEY_REFRESH: 'user_requested_otr_key_refresh',
USER_KEY_REFRESHED_SUCCESSFULLY: 'user_key_refreshed_successfully',
};