Fixed requests router and added possibility to connect to Telegram via HTTP proxy (fixes #2).
This commit is contained in:
@@ -27,4 +27,10 @@ matrix:
|
||||
telegram:
|
||||
telegram_test:
|
||||
bot_id: "bot:id"
|
||||
chat_id: "chat_id or -chat_id"
|
||||
chat_id: "chat_id or -chat_id"
|
||||
proxy:
|
||||
enabled: false
|
||||
type: "http"
|
||||
address: "localhost:3128"
|
||||
user: ""
|
||||
password: ""
|
||||
Reference in New Issue
Block a user