Refactor PushDecryptJob

This commit is contained in:
nielsandriesse
2020-05-13 12:29:31 +10:00
parent afe049c9c3
commit 6205b6c9f6
20 changed files with 462 additions and 693 deletions

View File

@@ -99,7 +99,7 @@ public class GroupMessageProcessor {
}
// Loki - Ignore message if needed
if (ClosedGroupsProtocol.shouldIgnoreMessage(context, group)) {
if (ClosedGroupsProtocol.shouldIgnoreGroupCreatedMessage(context, group)) {
return null;
}