Cleanup found messages

This commit is contained in:
M66B
2018-09-04 14:07:50 +00:00
parent 13de85a3d3
commit 75697fe57d
5 changed files with 918 additions and 3 deletions

View File

@@ -63,7 +63,8 @@ import static androidx.room.ForeignKey.CASCADE;
@Index(value = {"thread"}),
@Index(value = {"received"}),
@Index(value = {"ui_seen"}),
@Index(value = {"ui_hide"})
@Index(value = {"ui_hide"}),
@Index(value = {"ui_found"})
}
)
public class EntityMessage implements Serializable {