mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Implement Stories feature behind flag.
Co-Authored-By: Greyson Parrelli <37311915+greyson-signal@users.noreply.github.com> Co-Authored-By: Rashad Sookram <95182499+rashad-signal@users.noreply.github.com>
This commit is contained in:
@@ -43,6 +43,7 @@ public final class LogSectionCapabilities implements LogSection {
|
||||
.append("GV1 Migration : ").append(self.getGroupsV1MigrationCapability()).append("\n")
|
||||
.append("Sender Key : ").append(self.getSenderKeyCapability()).append("\n")
|
||||
.append("Announcement Groups: ").append(self.getAnnouncementGroupCapability()).append("\n")
|
||||
.append("Change Number : ").append(self.getChangeNumberCapability()).append("\n");
|
||||
.append("Change Number : ").append(self.getChangeNumberCapability()).append("\n")
|
||||
.append("Stories : ").append(self.getStoriesCapability()).append("\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user