Stop checking the change number capability.

It's been out for a year, no need to check at this point.
This commit is contained in:
Greyson Parrelli
2022-10-24 10:00:49 -04:00
committed by Alex Hart
parent 469cab284e
commit d2b72fc8b7
2 changed files with 1 additions and 6 deletions

View File

@@ -1008,10 +1008,6 @@ public class Recipient {
return forceSmsSelection;
}
public @NonNull Capability getChangeNumberCapability() {
return capabilities.getChangeNumberCapability();
}
public @NonNull Capability getStoriesCapability() {
return capabilities.getStoriesCapability();
}