drafts are added to chatlist only on explicit request

This commit is contained in:
B. Petersen
2019-10-20 23:38:22 +02:00
parent 5fd691e01b
commit 6c7962690f
5 changed files with 31 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ from os.path import join as joinpath
DC_GCL_ARCHIVED_ONLY = 0x01
DC_GCL_NO_SPECIALS = 0x02
DC_GCL_ADD_ALLDONE_HINT = 0x04
DC_GCL_ADD_DRAFTS = 0x08
DC_GCL_VERIFIED_ONLY = 0x01
DC_GCL_ADD_SELF = 0x02
DC_QR_ASK_VERIFYCONTACT = 200