Telegram Notifications Plugin (discourse-telegram-notifications)

The appearance can be controlled by going to your admin panel, “customise”, “text”, then search for “telegram_notifications”. You should see things like this which you can edit:

https://github.com/davidtaylorhq/discourse-telegram-notifications/blob/master/config/locales/server.en.yml#L22-L32

Very happy to update the defaults if anyone has some suggestions. Either via a PR, or just share your edited versions in this topic and I can update them in the repo :slight_smile:

Hi @david,
Thanks for this.
I also tried to customize the text on the Admin → Customize → Text page:

/admin/customize/site_texts?q=discourse_telegram_notifications

However, it isn’t working from there. It would be great if it was working.

Do you get an error?

No, I can’t find any logs. It seems like there’s no error. it’s simply not formatting. I took out the <pre>for all the text coming from the site. I did this by visiting /admin/customize/site_texts?q=discourse_telegram_notifications and editing the text fields.

It seems like I might have to do the old school way and hardcode it.

Is there any way you’re aware of to change the font?
Our forum activities are not in English and the default font that is sent in Telegram looks bad. I dont know if its on the plugin end or the Telegram end.

「いいね!」 1

Hey @david, I created a pull request: https://github.com/davidtaylorhq/discourse-telegram-notifications/pull/17

Sounds great! Please can you share a screenshot of what the messages will look like in Telegram?

That was strange to me to find the Profile section.
image

Why not to move it to the notifications section?

「いいね!」 1

Hello! I receive multiple notifications on Telegram that are copies. One notification can be sent 2-5 times. In a standard user notifications interface, I see only 1 notification. Why may this situation happen?

Hey @david
I got the bot up and running and working great for some users.
However a user now tried to set it up but can’t get a ‘Chat ID’, and I can’t figure out the problem.
I’m trying to avoid deleting the bot altogether and redoing it, so other users won’t be affected…
Any help will be appreciated.
Here’s a screenshot by that user:


same error as above, can’t get a ‘Chat ID’

image

「いいね!」 1

more info, my logs:

Message

Failed to send Telegram message. Message data= "{\"url\":\"https://site.net/telegram/hook/2bae74eecc11436c25d7324133c55d72\"}" response="{\"ok\":false,\"error_code\":404,\"description\":\"Not Found\"}"

Backtrace

/var/www/discourse/plugins/discourse-telegram-notifications/services/discourse_telegram_notifications/telegram-notifier.rb:46:in `doRequest'
/var/www/discourse/plugins/discourse-telegram-notifications/services/discourse_telegram_notifications/telegram-notifier.rb:24:in `setupWebhook'
/var/www/discourse/plugins/discourse-telegram-notifications/plugin.rb:251:in `execute'
/var/www/discourse/app/jobs/base.rb:232:in `block (2 levels) in perform'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rails_multisite-3.0.0/lib/rails_multisite/connection_management.rb:80:in `with_connection'
/var/www/discourse/app/jobs/base.rb:221:in `block in perform'
/var/www/discourse/app/jobs/base.rb:217:in `each'
/var/www/discourse/app/jobs/base.rb:217:in `perform'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/sidekiq-6.2.1/lib/sidekiq/processor.rb:196:in `execute_job'
/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/sidekiq-6.2.1/lib/sidekiq/processor.rb:164:in `block (2 levels) in process'"

Hello.

We have Discourse with this plug-in. And the user profile has a custom field for Telegram chat id. I need to transfer the value of this field to the user profile page at our site. I’ve prepared a script at our server to process webhook requests from Discourse and configured a webhook for the user events. This webhook starts, but the data transferred to our server in the request have no “Telegram chat id” field and no value. Is this a feature of this plugin? Or can i do something other to get this value?

最近、これを機能させることができた人はいますか? 2つの異なるホストで試しましたが、機能しないようです。上記のチャットで他の人が言及しているように、チャットIDを取得するためのボットからの応答がありません。また、プロファイル設定にチャットIDフィールドが表示されません。ただし、プラグインを有効にしてボットトークンを提供するプラグイン設定は表示されます。

「いいね!」 1

こんにちは。

セルフホストのDiscourseにプラグインをインストールしました。ボットに /start のようなコマンドを与えても、何もメッセージが返ってきません。「Telegram chat ID」フィールドに何を入力すればよいかわかりません。DiscourseコンテナのNginxサーバーの access.log を確認しましたが、ボットへのリクエストはありませんでした。これを解決するにはどうすればよいですか?

「いいね!」 1

他のボットを使用して同じ機能を利用する可能性はありますか?ボットのトークンを「|」で区切ることで。

これにより、古いボットに問題が発生した場合、新しいユーザーを追加する別のボットを追加でき、古いユーザーに影響を与えずに済みますか?このプラグインを継続的に使用するための良いアイデアになるでしょう。

@david このTelegram通知プラグインはもう動作していますか?

@davidさん、こんにちは。このプラグインの修正は予定されていますか?ボットからチャットIDも受け取れておらず、ログも表示されていないようです。

ご迷惑をおかけして申し訳ありません!修正されました。

再度動作させるには、プラグインを更新してから、プラグインをオフにしてからオンに戻してください。(「telegram notifications enabled」設定を無効にしてから再度有効にしてください)

「いいね!」 1

4件の投稿が新しいトピックに分割されました: 600% CPU使用率?