feat(discord): add customizable message template with placeholder tokens#4441
Open
0lnp wants to merge 4 commits into
Open
feat(discord): add customizable message template with placeholder tokens#44410lnp wants to merge 4 commits into
0lnp wants to merge 4 commits into
Conversation
Author
added 4 commits
July 5, 2026 12:22
Added 4 translation keys for Discord message template feature: - form.integration.discord_message_template - form.integration.discord_template_help - form.integration.discord_template_variables - error.discord_invalid_template Added to all 22 non-English locale files: ar_SA, de_DE, el_EL, es_ES, fi_FI, fr_FR, gl_ES, hi_IN, id_ID, it_IT, ja_JP, ko_KR, nan_Latn_pehoeji, nl_NL, pl_PL, pt_BR, ro_RO, ru_RU, tr_TR, uk_UA, zh_CN, zh_TW. Note: All translations were generated by LLM.
Note: All translations were generated by LLM.
2664dce to
e9b671b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Add support for user-defined Discord message templates using placeholder tokens (
{title},{url},{description},{author},{date},{feed_title},{feed_url}). When a template is set, the Discord embed uses a rendered description instead of the default field-based layout.ValidateTemplateto reject unrecognized{tokens}discord_message_templatecolumn via database migration