Add option to query message from phone when send times out

This commit is contained in:
Tulir Asokan
2020-05-24 17:28:30 +03:00
parent bb883e1262
commit 5a62982a56
3 changed files with 61 additions and 33 deletions

View File

@ -36,6 +36,7 @@ type BridgeConfig struct {
CommunityTemplate string `yaml:"community_template"`
ConnectionTimeout int `yaml:"connection_timeout"`
FetchMessageOnTimeout bool `yaml:"fetch_message_on_timeout"`
LoginQRRegenCount int `yaml:"login_qr_regen_count"`
MaxConnectionAttempts int `yaml:"max_connection_attempts"`
ConnectionRetryDelay int `yaml:"connection_retry_delay"`