Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs in InstallCommand and ProcessInboundPhoto for proper message handling #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2023

  1. Fix bug in installCommand related to message.photo configuration option

    In the installCommand file, adding the message.photo configuration option was not handled properly due to extra space. This commit fixes the bug by removing the extra space.
    rezazand committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    10dc79c View commit details
    Browse the repository at this point in the history
  2. Fix bug in ProcessInboundPhoto for downloading Telegram photos

    In the ProcessInboundPhoto file, the downloadFile method was not properly accepting the file_id as the first input parameter, resulting in errors when attempting to download photos from the Telegram server. This commit fixes the bug.
    rezazand committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d1ead6c View commit details
    Browse the repository at this point in the history