Skip to content

Don't reverse order of commits in webhooks #21252

@ghost

Description

Feature Description

Currently, if you push multiple commits, at least the Discord and Telegram webhooks will display it as:

commit2
commit1

I would like to see it displayed in the same order as GitHub and GitLab webhooks:

commit1
commit2

The reasoning is that this would ensure a strictly chronological reading order, as new messages themselves come in from top to bottom, so when reading you see something like this with Gitea:

10:00 AM
commit3
commit2
commit1

10:05 AM
commit5
commit4

Would make more sense like this:

10:00 AM
commit1
commit2
commit3

10:05 AM
commit4
commit5

Screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/enhancementAn improvement of existing functionalitytype/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions