Improved day header handling

This commit is contained in:
M66B
2019-01-29 11:38:38 +00:00
parent 25ff074a86
commit 8492bc0b94
2 changed files with 23 additions and 30 deletions

View File

@@ -137,7 +137,7 @@ public class EntityMessage implements Serializable {
public Long last_attempt; // send
@Ignore
public boolean day = false;
boolean day = false;
static String generateMessageId() {
StringBuilder sb = new StringBuilder();