Skip to content

Commit

Permalink
Update send_group_msg.go
Browse files Browse the repository at this point in the history
  • Loading branch information
2022717137 authored Dec 19, 2023
1 parent 3b94c16 commit b64e48e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions handlers/send_group_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ func HandleSendGroupMsg(client callapi.Client, api openapi.OpenAPI, apiv2 openap
if err != nil {
mylog.Printf("Error retrieving original UserID: %v", err)
}
originalUserID, err = idmap.RetrieveRowByIDv2(message.Params.UserID.(string))
if err != nil {
mylog.Printf("Error retrieving original UserID: %v", err)
return "", nil
}
}
message.Params.GroupID = originalGroupID
message.Params.UserID = originalUserID
Expand Down

0 comments on commit b64e48e

Please sign in to comment.