Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from signal-golang/groups_v2
Browse files Browse the repository at this point in the history
use the username from the config
  • Loading branch information
nanu-c authored May 28, 2021
2 parents 9a87085 + 810c0ea commit b6fd3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func verifyCode(code string, pin *string, credentials *AuthCredentials) (error,
Voice: false,
Video: false,
Pin: nil,
Name: "test",
Name: config.ConfigFile.Name,
Capabilities: config.AccountCapabilities{
UUID: false,
Gv2: true,
Expand Down Expand Up @@ -341,7 +341,7 @@ func SetAccountCapabilities(capabilities config.AccountCapabilities) error {
RegistrationID: registrationInfo.registrationID,
FetchesMessages: true,
Pin: nil,
Name: "test",
Name: config.ConfigFile.Name,
RegistrationLock: nil,
UnidentifiedAccessKey: nil,
UnrestrictedUnidentifiedAccess: true,
Expand Down

0 comments on commit b6fd3bb

Please sign in to comment.