-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
symfony/telegram-notifier does not support local telegram api server #57766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do you want to work on a Pr to make that configurable? |
Have you tried to modify the bridge DSN within the ENV file?
A replacement for "default" keyword by the desired domain/URL should achieve what you want. |
But this does not support http url, https only |
I see. You may propose a PR then to modify this behavior. I think removing the
Have not tested this yet, but just sharing my thoughts. |
|
I can do PR, but without tests |
I'll make a PR for this |
Description
You can use the local telegram API server by installing it according to the instructions: https://github.com/tdlib/telegram-bot-api
Sending requests via the local server is faster, but you cannot change the API link, it is always used http://api.telegram.org
Example
No response
The text was updated successfully, but these errors were encountered: