utils.github_webhook: fix _get_event_title() and _format_ping() for organizations

This commit is contained in:
Dash Eclipse
2021-04-22 14:28:19 +00:00
parent 329c1b947e
commit 62afb6828b
2 changed files with 7 additions and 12 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ You need a Telegram bot token, create a Telegram bot with
URL", "Content Type" (must be `application/json`) and "Secret". You can also
do this after start running the project.
2. Copy `config_sample.json` to `config.json` to configure it. `chat_id` can be
user/group/channel id (integer) or username (string), make sure the bot is
`/start`ed or member of the chat with permission to send messages
user id or group/channel id/username, make sure the bot is `/start`ed or
member of the chat with permission to send messages
3. Configure reverse proxy for this app, corresponding configuration for Nginx
looks like this
```