PoetOS / moodle-message_output_telegram

A Telegram message output plugin for Moodle.
6 stars 5 forks source link

Debugging feature using "private" function #4

Closed mchurchward closed 7 years ago

mchurchward commented 7 years ago

Currently, there is a debugging feature that allows a dump of the contents of the Telegram API, getUpdates. It is using the manager class's send_api_command function, which is now private. Add a public "get_updates" function to the class so the debug feature can use that.

mchurchward commented 7 years ago

Fixed with commit https://github.com/mchurchward/moodle-message_output_telegram/commit/e4425a7c94f3c2aa88136f653a6bfd57d7a079d4