Silence old/unshown notifications

This commit is contained in:
M66B
2021-02-15 08:58:05 +01:00
parent 041261e469
commit 8b3302020f
5 changed files with 2407 additions and 3 deletions

View File

@@ -214,6 +214,8 @@ public class EntityMessage implements Serializable {
@NonNull
public Boolean ui_ignored = false;
@NonNull
public Boolean ui_silent = false;
@NonNull
public Boolean ui_browsed = false;
public Long ui_busy;
public Long ui_snoozed;