mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-24 17:52:17 -05:00
Also decrypt messages from UNTRUSTED sessions
This commit is contained in:
parent
d2845e9ac1
commit
971aa3a11e
@ -524,6 +524,7 @@ public class AxolotlService {
|
||||
byte[] plaintext = null;
|
||||
switch (getTrust()) {
|
||||
case UNDECIDED:
|
||||
case UNTRUSTED:
|
||||
case TRUSTED:
|
||||
try {
|
||||
try {
|
||||
@ -553,7 +554,6 @@ public class AxolotlService {
|
||||
break;
|
||||
|
||||
case COMPROMISED:
|
||||
case UNTRUSTED:
|
||||
default:
|
||||
// ignore
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user