Telegram notifier

Sergio Hevia6 years ago

Hello All,

I'm making some tests with development version with Telegram notifier module.
The result is i'm having two messages for each event.

In the NotificatorTelegram class you override sendAsync and call sendSync, Is that correct??

public void sendAsync(long userId, Event event, Position position) {
        sendSync(userId, event, position);
    }

Thanks in advance!