Kruzya
Well-known member
@Danny88, thanks, i recheck everything you wrote.
@FaustVasea, You forgot send error. I can't say anything about this.
But this plugin works correctly with default alert types (such as "user reacts your post"). Third-party alerts can't be guaranteed, but tried to support too.
This is reason why currently i change addon logic. In next version addon will have own optional templates for message. If template doesn't exists, he will fallback to Push templates. And if push template doesn't exists too, he will render default HTML template.
This should solve two problems:
@FaustVasea, You forgot send error. I can't say anything about this.
But this plugin works correctly with default alert types (such as "user reacts your post"). Third-party alerts can't be guaranteed, but tried to support too.
This is reason why currently i change addon logic. In next version addon will have own optional templates for message. If template doesn't exists, he will fallback to Push templates. And if push template doesn't exists too, he will render default HTML template.
This should solve two problems:
- Escaped accents who doesn't render in Telegram. But only if addon has Telegram/Push template.
- Any possible problems with third-party alerts if addon has push template.