Mercurial > libervia-backend
comparison sat/core/constants.py @ 3196:adf1aeaa0d37
core (constants): renamed `MESS_KEY_MEDIA_TYPE` to `MESS_KEY_ATTACHMENTS_MEDIA_TYPE`
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 29 Feb 2020 16:55:22 +0100 |
parents | a15773c6c273 |
children | 5c3bf37f2202 |
comparison
equal
deleted
inserted
replaced
3195:29d72336a40d | 3196:adf1aeaa0d37 |
---|---|
132 # encrypted is a key for frontends | 132 # encrypted is a key for frontends |
133 MESS_KEY_ENCRYPTED = "encrypted" | 133 MESS_KEY_ENCRYPTED = "encrypted" |
134 MESS_KEY_TRUSTED = "trusted" | 134 MESS_KEY_TRUSTED = "trusted" |
135 | 135 |
136 MESS_KEY_ATTACHMENTS = "attachments" | 136 MESS_KEY_ATTACHMENTS = "attachments" |
137 MESS_KEY_MEDIA_TYPE = "media_type" | 137 MESS_KEY_ATTACHMENTS_MEDIA_TYPE = "media_type" |
138 | 138 |
139 # File encryption algorithms | 139 # File encryption algorithms |
140 ENC_AES_GCM = "AES-GCM" | 140 ENC_AES_GCM = "AES-GCM" |
141 | 141 |
142 ## Chat ## | 142 ## Chat ## |