Skip to content

Commit

Permalink
Merge 7502334 into c927456
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshinonyaruko authored Jun 20, 2024
2 parents c927456 + 7502334 commit 1366246
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions handlers/get_avatar.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ func GetAvatar(client callapi.Client, api openapi.OpenAPI, apiv2 openapi.OpenAPI
_, originalUserID, err = idmap.RetrieveRowByIDv2Pro(message.Params.GroupID.(string), message.Params.UserID.(string))
if err != nil {
mylog.Printf("Error1 retrieving original GroupID: %v", err)
_, originalUserID, err = idmap.RetrieveRowByIDv2Pro("690426430", message.Params.UserID.(string))
if err != nil {
mylog.Printf("Error reading private originalUserID: %v", err)
}
}
} else {
originalUserID, err = idmap.RetrieveRowByIDv2(message.Params.UserID.(string))
Expand Down

0 comments on commit 1366246

Please sign in to comment.