Added FTS index worker

This commit is contained in:
M66B
2020-01-14 22:39:35 +01:00
parent acca352e5a
commit 9c9a96e8f1
9 changed files with 2233 additions and 42 deletions

View File

@@ -154,6 +154,8 @@ public class EntityMessage implements Serializable {
@NonNull
public Integer notifying = 0;
@NonNull
public Boolean fts = false;
@NonNull
public Boolean ui_seen = false;
@NonNull
public Boolean ui_answered = false;