mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Initial pre-alpha support for sender key.
This commit is contained in:
@@ -33,9 +33,11 @@ public final class LogSectionCapabilities implements LogSection {
|
||||
return new StringBuilder().append("-- Local").append("\n")
|
||||
.append("GV2 : ").append(capabilities.isGv2()).append("\n")
|
||||
.append("GV1 Migration: ").append(capabilities.isGv1Migration()).append("\n")
|
||||
.append("Sender Key : ").append(capabilities.isSenderKey()).append("\n")
|
||||
.append("\n")
|
||||
.append("-- Global").append("\n")
|
||||
.append("GV2 : ").append(self.getGroupsV2Capability()).append("\n")
|
||||
.append("GV1 Migration: ").append(self.getGroupsV1MigrationCapability()).append("\n");
|
||||
.append("GV1 Migration: ").append(self.getGroupsV1MigrationCapability()).append("\n")
|
||||
.append("Sender Key : ").append(self.getSenderKeyCapability()).append("\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user