diff options
author | Earl Warren <109468362+earl-warren@users.noreply.github.com> | 2023-08-13 16:00:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-13 14:00:06 +0000 |
commit | 50fc22eecfd9d96f4b15d75e1b9f85d83715db87 (patch) | |
tree | 495df08dbd397932298d11ca317115d9041c9e2f /options/locale/locale_en-US.ini | |
parent | 82ea557dd37312af02b991069e2debb71721882b (diff) | |
download | gitea-50fc22eecfd9d96f4b15d75e1b9f85d83715db87.tar.gz gitea-50fc22eecfd9d96f4b15d75e1b9f85d83715db87.zip |
Add ThreadID parameter for Telegram webhooks (#25996)
Telegram has recently implemented threads (channels) for group chats.
Co-authored-by: neveraskedtoexist <matikot415@gmail.com>
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 2023dade3f..30fa899c9d 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2314,6 +2314,7 @@ settings.tags.protection.none = There are no protected tags. settings.tags.protection.pattern.description = You can use a single name or a glob pattern or regular expression to match multiple tags. Read more in the <a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/protected-tags/">protected tags guide</a>. settings.bot_token = Bot Token settings.chat_id = Chat ID +settings.thread_id = Thread ID settings.matrix.homeserver_url = Homeserver URL settings.matrix.room_id = Room ID settings.matrix.message_type = Message Type |