-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Open
Labels
type/enhancementAn improvement of existing functionalityAn improvement of existing functionalitytype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
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
Labels
type/enhancementAn improvement of existing functionalityAn improvement of existing functionalitytype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.