-
-
Notifications
You must be signed in to change notification settings - Fork 965
Open
Description
Bug Description
When configuring Telegram in the Dashboard (Channels > Telegram), entering the bot token and saving does not persist the TELEGRAM_BOT_TOKEN to ~/.openfang/.env. The [channels.telegram] section in config.toml also remains empty.
Steps to Reproduce
- Fresh install OpenFang v0.3.2
- Open dashboard, go to Channels > Telegram
- Enter a valid Telegram bot token
- Save/apply the configuration
- Check
~/.openfang/.env—TELEGRAM_BOT_TOKENis missing - Check
config.toml—[channels.telegram]is empty
Expected Behavior
The bot token should be saved to .env as TELEGRAM_BOT_TOKEN and [channels.telegram] should be populated with at least enabled = true.
Actual Behavior
Token is not saved anywhere. Telegram channel remains disconnected after restart.
Environment
- OpenFang v0.3.2
- Ubuntu 24.04
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels