mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Allow SKDM's if story=true.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user