Added notifying ignore state

This commit is contained in:
M66B
2021-01-27 15:48:49 +01:00
parent 303c4a4eca
commit b4f37fca7c
3 changed files with 56 additions and 41 deletions

View File

@@ -89,6 +89,8 @@ import static androidx.room.ForeignKey.SET_NULL;
public class EntityMessage implements Serializable {
static final String TABLE_NAME = "message";
static final int NOTIFYING_IGNORE = -2;
static final Integer ENCRYPT_NONE = 0;
static final Integer PGP_SIGNENCRYPT = 1;
static final Integer PGP_SIGNONLY = 2;