implemented state change for messages:

messages are marked as read upon display

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-18 11:54:40 +01:00
parent 8422dce031
commit d9f88af6b7
3 changed files with 94 additions and 39 deletions

View File

@@ -28,6 +28,7 @@ public class Path {
public static final String PROPERTIES = "properties";
public static final String PROPERTY = "property";
public static final String READ = "read";
public static final String REDIRECT = "redirect";
public static final String SEARCH = "search";