Hard bounce

This commit is contained in:
M66B
2021-02-02 11:16:14 +01:00
parent 8709ef39fa
commit 60c31b3aeb
6 changed files with 15 additions and 15 deletions

View File

@@ -104,7 +104,7 @@ public class EntityMessage implements Serializable {
static final Integer DSN_NONE = 0;
static final Integer DSN_RECEIPT = 1;
static final Integer DSN_ADDRESS_UNKNOWN = 2;
static final Integer DSN_HARD_BOUNCE = 2;
static final Long SWIPE_ACTION_ASK = -1L;
static final Long SWIPE_ACTION_SEEN = -2L;