tijder / SmsMatrix

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

Handle replies better #37

Open swedneck opened 5 years ago

swedneck commented 5 years ago

Currently a reply will simply send the body of the message, it should instead send something like:

[In reply to: "Hey steve!"]

Hi there Jeffrey!

Or maybe it should just ignore replies and send them as normal messages, not sure.

mvgorcum commented 5 years ago

Or maybe it should just ignore replies and send them as normal messages, not sure.

I think it should ignore replies, since they create longer messages, and as far as I'm aware nobody really uses replies in this way when text messaging (mostly because sending longer texts can mean more costs).