1
0
Fork 1
(cherry picked from commit b8907789427301d681f5b264008a34b04f06eb89)
This commit is contained in:
Stephen Paul Weber 2024-10-04 21:12:31 -05:00 committed by Arne
parent 76624a4a25
commit bd5cd5755b

View file

@ -1189,6 +1189,7 @@ public class ConversationFragment extends XmppFragment
protected boolean trustKeysIfNeeded(int requestCode) {
AxolotlService axolotlService = conversation.getAccount().getAxolotlService();
if (axolotlService == null) return false;
final List<Jid> targets = axolotlService.getCryptoTargets(conversation);
boolean hasUnaccepted = !conversation.getAcceptedCryptoTargets().containsAll(targets);
boolean hasUndecidedOwn =