Skip to content

Commit ace787b

Browse files
committed
Fix the avatar URL
1 parent 0991854 commit ace787b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

api/pkg/services/webhook_service.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,9 @@ func (service *WebhookService) getPayload(ctxLogger telemetry.Logger, event clou
225225
}
226226

227227
return map[string]string{
228-
"username": payload.Contact,
229-
"content": payload.Content,
228+
"avatar_url": "https://httpsms.com/avatar.png",
229+
"username": payload.Contact,
230+
"content": payload.Content,
230231
}
231232
}
232233

web/static/avatar.png

15.6 KB
Loading

0 commit comments

Comments
 (0)