From 29812932c2d39c81579c2b0e142fb24a2741f052 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 21 Jun 2022 22:28:57 +0300 Subject: [PATCH] Revert default double puppet device name change --- custompuppet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custompuppet.go b/custompuppet.go index e29b38f..b13b06f 100644 --- a/custompuppet.go +++ b/custompuppet.go @@ -75,8 +75,8 @@ func (puppet *Puppet) loginWithSharedSecret(mxid id.UserID) (string, error) { Type: mautrix.AuthTypePassword, Identifier: mautrix.UserIdentifier{Type: mautrix.IdentifierTypeUser, User: string(mxid)}, Password: hex.EncodeToString(mac.Sum(nil)), - DeviceID: "WhatsApp bridge", - InitialDeviceDisplayName: "WhatsApp bridge", + DeviceID: "WhatsApp Bridge", + InitialDeviceDisplayName: "WhatsApp Bridge", }) if err != nil { return "", err