Show auto classified

This commit is contained in:
M66B
2021-01-04 09:27:27 +01:00
parent 83e888a1bd
commit 3b98e55f5d
10 changed files with 2433 additions and 9 deletions

View File

@@ -186,6 +186,8 @@ public class EntityMessage implements Serializable {
@NonNull
public Boolean fts = false;
@NonNull
public Boolean auto_classified = false;
@NonNull
public Boolean ui_seen = false;
@NonNull
public Boolean ui_answered = false;