mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Read the new GV1 Migration capability.
This commit is contained in:
committed by
Alan Evans
parent
3357475fc4
commit
d21782696a
@@ -30,7 +30,12 @@ public final class LogSectionCapabilities implements LogSection {
|
||||
|
||||
AccountAttributes.Capabilities capabilities = AppCapabilities.getCapabilities(false);
|
||||
|
||||
return new StringBuilder().append("Local device GV2: ").append(capabilities.isGv2()).append("\n")
|
||||
.append("Global GV2 : ").append(self.getGroupsV2Capability()).append("\n");
|
||||
return new StringBuilder().append("-- Local").append("\n")
|
||||
.append("GV2 : ").append(capabilities.isGv2()).append("\n")
|
||||
.append("GV1 Migration: ").append(capabilities.isGv1Migration()).append("\n")
|
||||
.append("\n")
|
||||
.append("-- Global").append("\n")
|
||||
.append("GV2 : ").append(self.getGroupsV2Capability()).append("\n")
|
||||
.append("GV1 Migration: ").append(self.getGroupsV1MigrationCapability()).append("\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user