kopia lustrzana https://github.com/ryukoposting/Signal-Android
Allow SKDM's if story=true.
rodzic
5fb0956c16
commit
30b635cca2
|
@ -182,6 +182,10 @@ public final class PushDecryptMessageJob extends BaseJob {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (result.getContent().getSenderKeyDistributionMessage().isPresent()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (result.getContent().getStoryMessage().isPresent()) {
|
||||
return true;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue