Telegram - error in log

Jose B5 years ago

Please, how I fix it:

2019-05-16 15:51:31  WARN: No notificator configured for type : 
2019-05-16 15:51:31  WARN: You are using null notificatior, please check your configuration, notification not sent
    <!-- + push notification -->
            <entry key='notificator.types'>web,mail,telegram</entry>   		
            <entry key='notificator.telegram.key'>xxxx:xxxxxxxxxxxxxxxxxxxxx</entry>
            <entry key='notificator.telegram.chatId'>xxxx</entry>		
        
    <!---->

(replaced the key for security)

JB