Commit Graph

4 Commits (ee00ad0e15818a330f77c247d8fd2eb215d3bda4)

Author SHA1 Message Date
lilia 0e31644c28 Remove spurious update to conversation on delivery receipts
Previously this would trigger the conversation to refresh it's last
message.

// FREEBIE
9 years ago
lilia b7fac17ec8 Avoid querying groups on delivery receipts if possible 9 years ago
lilia a8468dae28 Reduce load from delivery receipt processing
Add a special type of collection just for retrieving group ids, which
doesn't incur the overhead of initializing a conversation model along
with all its group members.
9 years ago
lilia d1e9534542 Refactor delivery receipt tracking
Move code for matching receipts to messages (and vice versa) to its own
file.

// FREEBIE
10 years ago