Browse Source

chat_statuses constants

push-params
Evan Feenstra 5 years ago
parent
commit
528ab99558
  1. 5
      config/constants.json

5
config/constants.json

@ -20,6 +20,11 @@
"failed": 4,
"deleted": 5
},
"chat_statuses": {
"active": 0,
"pending": 1,
"rejected": 2
},
"message_types": {
"message": 0,
"confirmation": 1,

Loading…
Cancel
Save