aekondratiev / redmine_telegram_email

Messages to the Telegram, like email, from Redmine.
17 stars 5 forks source link

Messages not sent #2

Closed Egregius closed 7 years ago

Egregius commented 7 years ago

Hi,

I'd like to use this plugin. If I understand correctly updates to issues are sent to Telegram instead of mail wich would be great as I am a huge Telegram fan. Weither or not I place a check on the disable mail checkbox the mail is sent, but not the telegram. When I use the redmine_telegram_global plugin messages arrive, but I think this plugin could be better as users can set their own chat id.

Thanks in advance for your response.

aekondratiev commented 7 years ago

Hello, yes - you understood correctly, each user can use telegram instead email or use both. I will check today later.

aekondratiev commented 7 years ago

Ok, I added option to settings Dont send to Telegram when user is author of issue or comment - please test it, when you uncheck it - you should receive messages anyway.

https://github.com/massdest/redmine_telegram_email/blob/master/images/redmine_telegram_email_settings.png

Egregius commented 7 years ago

Awesome! Thanks for the superfast respone! Works as expected now 👍

A small question, nothing to do with this issue. Is there a check in the reply of Telegram? I use the Telegram bot quite often in various application and found that they sometimes refuse the message. In my own PHP based scripts I run it in a loop until "result=OK" is returned by Telegram.

aekondratiev commented 7 years ago

You are welcome, yes I thinking about it, but was to lazy to implement, however just some lines of code and some tests :) maybe do in this week.

Egregius commented 7 years ago

Great! Thank you! I'll post another request in a new issue.