Pre-resolve recipient needed for group messages in the conversation list.
This commit is contained in:
parent
6b36a446f0
commit
6376642d38
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ abstract class ConversationListDataSource implements PagedDataSource<Long, Conve
|
|||
while ((record = reader.getNext()) != null && !cancellationSignal.isCanceled()) {
|
||||
conversations.add(new Conversation(record));
|
||||
recipients.add(record.getRecipient());
|
||||
needsResolve.add(record.getGroupMessageSender());
|
||||
|
||||
if (!record.getRecipient().isPushV2Group()) {
|
||||
needsResolve.add(record.getRecipient().getId());
|
||||
|
|
Loading…
Add table
Reference in a new issue