Allow remote deletes to be tagged with story=true.
This commit is contained in:
parent
aef0ed828c
commit
8a452ddf11
1 changed files with 6 additions and 0 deletions
|
@ -193,6 +193,12 @@ public final class PushDecryptMessageJob extends BaseJob {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (result.getContent().getDataMessage().isPresent() &&
|
||||||
|
result.getContent().getDataMessage().get().getRemoteDelete().isPresent())
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue