mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-06 02:08:20 +00:00

username field is not required by discord and used to override the default username. sending it as blank causes a 400 error. it should be omitted instead when it's not set. Ref: https://discord.com/developers/docs/resources/webhook#execute-webhook-jsonform-params Closes #35411