singpolyma / cheogram

Moved to https://git.singpolyma.net/cheogram
https://cheogram.com
GNU Affero General Public License v3.0
27 stars 5 forks source link

File transfer support #53

Closed singpolyma closed 3 years ago

singpolyma commented 7 years ago

Could add support for file transfer for routes that do not support it themselves. Basically equivalent to the HttpUpload hack, we would accept the data and then send it on as oob/link so SMS users can get at it if they are on a data-enabled device.

singpolyma commented 7 years ago

This is useful even for routes that do support file transfer, since we could paper over different transfer mechanisms and have routes only implement one (or none, in which case we send a link).

singpolyma commented 3 years ago

This has been in prod most of this year.