Refactoring

This commit is contained in:
M66B
2021-02-01 13:17:07 +01:00
parent 6221a918d3
commit d707235eec
6 changed files with 16 additions and 16 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_USER_UNKNOWN = 2;
static final Integer DSN_ADDRESS_UNKNOWN = 2;
static final Long SWIPE_ACTION_ASK = -1L;
static final Long SWIPE_ACTION_SEEN = -2L;