Merge pull request #16 on github from phillbush/show-reactions
patch 9c530196db77dfde94d09e8dfbee848665084731
Author: Lucas de Sena <lucas@seninha.org>
Date: Sat Jul 25 00:27:23 CEST 2026
* Merge pull request #16 on github from phillbush/show-reactions
add "show_reactions" option
Set it to false if you do not want to be annoyed with reactions and emojis.
hunk ./irgramd 107
+ tornado.options.define('show_reactions', default=True, help='Show reactions to messages')
hunk ./telegram.py 60
+ self.show_react = settings['show_reactions']
hunk ./telegram.py 601
+ if not self.show_react:
+ return
hunk ./telegram.py 618
+ if not self.show_react:
+ return