Page MenuHomePhabricator

Remove standalone SMS support in favor of a "Mail, SMS, and other media are mostly the same thing" approach
ClosedPublic

Authored by epriestley on Jan 2 2019, 4:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 2, 2:16 PM
Unknown Object (File)
Sun, Jun 1, 7:29 AM
Unknown Object (File)
Mon, May 26, 11:20 PM
Unknown Object (File)
Sun, May 25, 6:51 PM
Unknown Object (File)
Tue, May 20, 10:09 PM
Unknown Object (File)
Tue, May 20, 1:24 AM
Unknown Object (File)
Apr 24 2025, 8:53 PM
Unknown Object (File)
Apr 15 2025, 11:07 PM
Subscribers
Restricted Owners Package

Details

Summary

Ref T920. Over time, mail has become much more complex and I think considering "mail", "sms", "postcards", "whatsapp", etc., to be mostly-the-same is now a more promising avenue than building separate stacks for each one.

Throw away all the standalone SMS code, including the Twilio config options. I have a separate diff that adds Twilio as a mail adapter and functions correctly, but it needs some more work to bring upstream.

This permanently destroys the sms table, which no real reachable code ever wrote to. I'll call this out in the changelog.

Test Plan
  • Grepped for SMS and Twilio.
  • Ran storage upgrade.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable