discourse-chat-integration/lib/discourse_chat/provider/telegram
Saj Goonatilleke 05d4338a12 FIX: telegram: Not all channel posts contain text (#34)
The `text` field is marked optional, and is not guaranteed to exist:

https://core.telegram.org/bots/api#message

We should silently ignore these actions (while responding with a
positive acknowledgement) instead of throwing a `NoMethodError`.
2019-11-20 11:45:34 +01:00
..
telegram_command_controller.rb FIX: telegram: Not all channel posts contain text (#34) 2019-11-20 11:45:34 +01:00
telegram_initializer.rb FIX: undefined local variable or method `site_setting_saved' (#30) 2019-08-02 10:05:33 +01:00
telegram_provider.rb Rubocop redundant return fix 2019-11-14 15:03:49 -05:00