mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Add group update paging feature flag.
This commit is contained in:
committed by
Alex Hart
parent
ee48a1ae25
commit
4dae424a5c
@@ -194,7 +194,7 @@ public final class GroupsV2StateProcessor {
|
||||
|
||||
if (inputGroupState == null) {
|
||||
try {
|
||||
if (FeatureFlags.internalUser()) {
|
||||
if (FeatureFlags.groupsV2UpdatePaging()) {
|
||||
return updateLocalGroupFromServerPaged(revision, localState, timestamp);
|
||||
} else {
|
||||
boolean latestRevisionOnly = revision == LATEST && (localState == null || localState.getRevision() == GroupsV2StateProcessor.RESTORE_PLACEHOLDER_REVISION);
|
||||
|
||||
Reference in New Issue
Block a user