mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-29 21:41:02 +00:00
[GITEA] Add ThreadID parameter for Telegram webhooks
(cherry picked from commit29d77def40) (cherry picked from commitc758aa56a2) (cherry picked from commit21c3477875)
This commit is contained in:
parent
0fcfb355af
commit
7553b69bea
5 changed files with 9 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ type (
|
|||
TelegramMeta struct {
|
||||
BotToken string `json:"bot_token"`
|
||||
ChatID string `json:"chat_id"`
|
||||
ThreadID string `json:"thread_id"`
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue