- Notifications
You must be signed in to change notification settings - Fork 301
Closed
Labels
Area: TeamsThe issue is related to Teams supportThe issue is related to Teams supportbugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.
Milestone
Description
Version
4.13
Describe the bug
Behavior of methods on_teams_members_added and on_teams_member_removed of TeamsActivityHandler are difficult to override due to calling super()
definition instead of self
.
To Reproduce
Implement a TeamsActivityHandler class which custom behavior in any of those methods
Expected behavior
These methods call the implementation on self
.
Additional context
This bug was suggested in the discussion of #1662
Metadata
Metadata
Assignees
Labels
Area: TeamsThe issue is related to Teams supportThe issue is related to Teams supportbugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.