mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Stop reading the stories capability.
This commit is contained in:
committed by
Alex Hart
parent
b79a7309aa
commit
7f92482d7a
@@ -48,10 +48,6 @@ public final class SyncDistributionListsMigrationJob extends MigrationJob {
|
||||
return;
|
||||
}
|
||||
|
||||
if (Recipient.self().getStoriesCapability() != Recipient.Capability.SUPPORTED) {
|
||||
Log.i(TAG, "Stories capability is not supported.");
|
||||
}
|
||||
|
||||
List<RecipientId> listRecipients = SignalDatabase.distributionLists()
|
||||
.getAllListRecipients()
|
||||
.stream()
|
||||
|
||||
Reference in New Issue
Block a user