Mercurial > libervia-backend
diff sat/core/constants.py @ 3201:439e2f88c3a9
core, bridge: new `imageGeneratePreview` helped method to generate a thumbnail
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 01 Mar 2020 18:48:06 +0100 |
parents | 5c3bf37f2202 |
children | 163014f09bf4 |
line wrap: on
line diff
--- a/sat/core/constants.py Sun Mar 01 18:47:05 2020 +0100 +++ b/sat/core/constants.py Sun Mar 01 18:48:06 2020 +0100 @@ -135,6 +135,7 @@ MESS_KEY_ATTACHMENTS = "attachments" MESS_KEY_ATTACHMENTS_MEDIA_TYPE = "media_type" + MESS_KEY_ATTACHMENTS_PREVIEW = "preview" # File encryption algorithms ENC_AES_GCM = "AES-GCM"