Mercurial > libervia-backend
diff frontends/src/quick_frontend/constants.py @ 2460:feaacc462fef
core: moved CHAT_* constants from frontends to core constants + uses constants for MESS_TYPE_* in sendMessage
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 03 Jan 2018 00:13:48 +0100 |
parents | 8b37a62336c3 |
children | 0046283a285d |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/constants.py Tue Dec 12 01:07:25 2017 +0100 +++ b/frontends/src/quick_frontend/constants.py Wed Jan 03 00:13:48 2018 +0100 @@ -53,8 +53,6 @@ CONTACT_DATA_FORBIDDEN = {CONTACT_GROUPS, CONTACT_RESOURCES, CONTACT_MAIN_RESOURCE, CONTACT_SELECTED, CONTACT_PROFILE} # set of forbidden names for contact data # Chats - CHAT_ONE2ONE = 'one2one' - CHAT_GROUP = 'group' CHAT_STATE_ICON = { "": u" ", "active": u'✔',