Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/botbuilder-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: omid-jf/botbuilder-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 29, 2021

  1. Fix for properly processing Slack payloads

    1. Added SlackText class to represent a text object of Slack
    2. Added SlackAction class to represent an action block object of Slack
    3. Changed SlackPayload class to use SlackAction for actions
    4. Changed SlackEvent class to use SlackAction for actions
    5. The user ID of a received event from Slack is in event.user and not in event.user_id
    6. Populated the timestamp property of even objects from event.event_ts by converting to UTC datetime
    7. Typo and type mismatch fixes
    omid-jf committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ff63e5b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    1c1dc08 View commit details
    Browse the repository at this point in the history
  2. Black formatting

    omid-jf committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a0e2785 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Pylint fix

    omid-jf committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    c7b9c65 View commit details
    Browse the repository at this point in the history
Loading