Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
3200:5c3bf37f2202 | 3201:439e2f88c3a9 |
---|---|
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_ATTACHMENTS_MEDIA_TYPE = "media_type" | 137 MESS_KEY_ATTACHMENTS_MEDIA_TYPE = "media_type" |
138 MESS_KEY_ATTACHMENTS_PREVIEW = "preview" | |
138 | 139 |
139 # File encryption algorithms | 140 # File encryption algorithms |
140 ENC_AES_GCM = "AES-GCM" | 141 ENC_AES_GCM = "AES-GCM" |
141 | 142 |
142 ## Chat ## | 143 ## Chat ## |