This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
verdnatura-chat
forked from
verdnatura-mirror/Rocket.Chat.ReactNative
Watch
2
Star
0
Fork
You've already forked verdnatura-chat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d19bb9c28a
verdnatura-chat
/
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
}
;