Skip to content

Commit

Permalink
Beta435 (#435)
Browse files Browse the repository at this point in the history
* beta430

* beta431

* beta432

* beta433

* beta434

* bet435
  • Loading branch information
Hoshinonyaruko authored Jun 20, 2024
1 parent c927456 commit 2f1950c
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 2f1950c

Please sign in to comment.