This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
Rocket.Chat.ReactNative
mirror of
https://github.com/RocketChat/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked Rocket.Chat.ReactNative
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2d68faff3f
Rocket.Chat.ReactNative
/
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
}
;