-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Truncate option for Discord #32278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@kemzeb |
Interesting, I never thought that there would be an interest in keeping the previous behavior. I think it would be fine to make this configurable, I'm just not sure how that would look. I'm also trying to ponder any potential problems in the future if we would introduce this setting. This would be a specific configuration, where it's:
We also need to consider the scope of the setting, should it be:
The easiest would be to define some instance-wide setting, but I'm unsure if this is the best option. I do know that the |
I would think an option on the webhook when creating it? Though, I'd assume this would require a new database column on the webhook table, so that might be a bit much? For me, specifically, an instance-wide setting would be all I need, but that is just 1 use case. |
Wow, this post is fresh. We concur in bringing this as a feature. It's very convenient for our small team. I can't comment on bigger teams but I have a feeling it can still be beneficial, depending on the production structure. It provides the much-needed awareness, and depending on your role the information can mean something different. Remote working environment. |
Been busy but I'll see what I can do when I get the time. I may choose the "add new db column to |
Awesome! Looking forward to getting full discord notifications back :) |
Has there been any traction on this? |
I've been quite busy and wanted to do some other things in my backlog before setting my sights on this. I will get to working on this as soon as I can, but welcome anyone to open a PR if they can do it sooner :) |
Is this still being worked on? Having a way to display the entire commit message in the webhook like it was before would be very useful. |
Agreed... This has really been a major loss to us. Enough to where we've disabled automatic updates to prevent future issues like this. |
Feature Description
Would it be possible to add a setting that overrides the truncating of Discord webhook notifications? Previously, Gitea would push the entire commit message, now it cuts off at 50 characters like Github does, one of the reasons we stuck with Gitea is because the webhook notifications included the entire commit message.
Adding a setting (default to 50 characters) to enable/disable or extend the characters count I think would be a good middle ground to allow the previous behavior but also allow conforming to Github.
Screenshots
No response
The text was updated successfully, but these errors were encountered: