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
e08ad19530
Rocket.Chat.ReactNative
/
app
/
lib
/
constants
/
messagesStatus.ts
6 lines
65 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Merge 4.27.0 into master (#4135)
2022-04-28 18:45:00 +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
}
;