Dao007forever
Results
2
issues of
Dao007forever
Hi, We have a list of conversations, each with a timestamp represented as `long`. We can query the data inside a range by the query: `ds.createQuery(History.class).field("roomId").equal(roomId).field("ts") .greaterThanOrEq(fromTime).field("ts").lessThanOrEq(toTime).order("ts").asList();` With the original...
Hi, thanks for the nice annotated code! I looked at other implementation and they don't have activation in ToRGB module. Is this intended (or it is applied elsewhere and I...