Remove duplicate + in ghost identifiers
This commit is contained in:
parent
5e5e5af2ea
commit
a33e01d124
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ func (puppet *Puppet) UpdateContactInfo() bool {
|
||||||
|
|
||||||
contactInfo := map[string]any{
|
contactInfo := map[string]any{
|
||||||
"com.beeper.bridge.identifiers": []string{
|
"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.remote_id": puppet.Key.String(),
|
||||||
"com.beeper.bridge.service": "gmessages",
|
"com.beeper.bridge.service": "gmessages",
|
||||||
|
|
Loading…
Reference in a new issue