tijder / SmsMatrix

A simple SMS <--> Matrix bridge.
https://matrix.to/#/#smsmatrix:matrix.org
GNU General Public License v3.0
213 stars 37 forks source link

Database, MMS, and Notification #42

Closed ghost closed 5 years ago

ghost commented 5 years ago

All incoming messages are first written to a database. From there they are sent to Matrix. If it works the messages are marked as read. if failed it will retry again when the code is called.

MMS works for me - I grab the first string from the MMS onRecieve bundle and match it to tr_id in the mmssms.db I'm not sure if this will work for any one else.

I've also added an option to display a persistent notification if the user wants to see it.