mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-10 00:14:44 +02: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