mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Remove GV2 capability check.
This commit is contained in:
committed by
Cody Henthorne
parent
d13d8628b5
commit
c1181478dd
@@ -39,7 +39,6 @@ public final class LogSectionCapabilities implements LogSection {
|
||||
.append("Change Number : ").append(capabilities.isChangeNumber()).append("\n")
|
||||
.append("\n")
|
||||
.append("-- Global").append("\n")
|
||||
.append("GV2 : ").append(self.getGroupsV2Capability()).append("\n")
|
||||
.append("GV1 Migration : ").append(self.getGroupsV1MigrationCapability()).append("\n")
|
||||
.append("Sender Key : ").append(self.getSenderKeyCapability()).append("\n")
|
||||
.append("Announcement Groups: ").append(self.getAnnouncementGroupCapability()).append("\n")
|
||||
|
||||
Reference in New Issue
Block a user