mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
Remove concept of 'highTrust' that is no longer necessary.
This commit is contained in:
committed by
Alex Hart
parent
d17896ea09
commit
04cf8676cc
@@ -139,7 +139,7 @@ public class ConversationDataSource implements PagedDataSource<MessageId, Conver
|
||||
stopwatch.split("attachment-models");
|
||||
|
||||
for (ServiceId serviceId : referencedIds) {
|
||||
Recipient.resolved(RecipientId.from(serviceId, null));
|
||||
Recipient.resolved(RecipientId.from(serviceId));
|
||||
}
|
||||
stopwatch.split("recipient-resolves");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user