Skip to content

Difficult overriding behavior for members added/removed in TeamsActivityHandler #1674

@axelsrz

Description

@axelsrz

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 supportbugIndicates an unexpected problem or an unintended behavior.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions