Remove server-side tracking of "supports SMS." Nobody does!

// FREEBIE
This commit is contained in:
Moxie Marlinspike
2015-06-17 16:45:23 -07:00
parent 53bdd946d6
commit 75ee398633
16 changed files with 37 additions and 78 deletions

View File

@@ -285,7 +285,6 @@ public class AccountController {
Account account = new Account();
account.setNumber(number);
account.setSupportsSms(accountAttributes.getSupportsSms());
account.addDevice(device);
accounts.create(account);