add DC_EVENT_DELETED_BLOB_FILE

This commit is contained in:
holger krekel
2019-10-03 16:16:17 +02:00
parent 467c09f491
commit 603761e4b7
6 changed files with 27 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ DC_EVENT_SMTP_MESSAGE_SENT = 103
DC_EVENT_IMAP_MESSAGE_DELETED = 104
DC_EVENT_IMAP_MESSAGE_MOVED = 105
DC_EVENT_NEW_BLOB_FILE = 150
DC_EVENT_DELETED_BLOB_FILE = 151
DC_EVENT_WARNING = 300
DC_EVENT_ERROR = 400
DC_EVENT_ERROR_NETWORK = 401