Remove duplicate + in ghost identifiers

This commit is contained in:
Tulir Asokan 2023-07-09 21:00:49 +03:00
parent 5e5e5af2ea
commit a33e01d124

View file

@ -229,7 +229,7 @@ func (puppet *Puppet) UpdateContactInfo() bool {
contactInfo := map[string]any{
"com.beeper.bridge.identifiers": []string{
fmt.Sprintf("tel:+%s", puppet.Phone),
fmt.Sprintf("tel:%s", puppet.Phone),
},
"com.beeper.bridge.remote_id": puppet.Key.String(),
"com.beeper.bridge.service": "gmessages",