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

Bug: Restarting Matrix Synapse makes android service idling #67

Closed vmario89 closed 4 years ago

vmario89 commented 4 years ago

Hi, SmsMatrix stops to work if synapse service on server is restarted. To fix this SmsMatrix service on Android has to be restarted too. I think some kind of webhook or trigger for this event is required, or some frequent access checking.

vmario89 commented 4 years ago

edit: it seems that upgrading to Matrix Synapse 1.8.0 leads to this occurence. Because now SmsMatrix does not work anymore. I did hard reset with all data and cache and reconfigured the service

vmario89 commented 4 years ago

fixed itself. dont know why ...