This website requires JavaScript.
Explore
Help
Sign In
sergiodt
/
vn-verdnaturachat
Watch
0
Star
0
Fork
You've already forked vn-verdnaturachat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
83fb5ce7fb
vn-verdnaturachat
/
app
/
lib
/
constants
/
messagesStatus.ts
6 lines
65 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Chore: Move constants away from rocketchat folder - Typescript (#4022) * create keys file and export all consts * fix import E2E_MESSAGE_TYPE * fix constants import * fix constants import * fix E2E_BANNER_TYPE import * fix E2E_ROOM_TYPES import * fix THEME_PREFERENCES_KEY import * fix CRASH_REPORT_KEY and ANALYTICS_EVENTS_KEY import * fix MIN_ROCKETCHAT_VERSION import * fix constantDisplayMode import * fix environment imports * fix links imports * fix localAuthentication imports * fix localPath imports * fix messagesStatus imports * fix messageTypeLoad imports * fix defaultSettings imports * fix tablet imports * update with todo for colors * move to lib folder * change constant/colors to constant
2022-04-07 14:10:03 +00:00
export
const
messagesStatus
=
{
Delete/resend message (#136) * Fixed temp message * Delete/resend working * Edit message fixed
2017-12-13 15:00:26 +00:00
SENT
:
0
,
TEMP
:
1
,
ERROR
:
2
}
;