-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
chore(slack): remove unused issue assignment logic in SlackActionEndpoint #74151
Conversation
@@ -708,10 +686,6 @@ def _handle_group_actions( | |||
"unresolved:ongoing", | |||
): | |||
self.on_status(request, identity_user, group, action) | |||
elif ( | |||
action.name == "assign" | |||
): # TODO: remove this as it is replaced by the options-load endpoint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i did this because of this comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i only do what the comments tell me to do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay
PR reverted: 14676fd |
This is replaced by
SlackOptionsLoadEndpoint
. https://api.slack.com/reference/block-kit/block-elements#external_select