-
-
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
ref(slack): remove workspace app code #23545
Conversation
d32999e
to
079a47d
Compare
size-limit report
|
@@ -171,7 +171,4 @@ def reauthorize(self, data): | |||
Each provider may have their own way of reauthorizing the | |||
integration. | |||
""" | |||
if self.provider == "slack": |
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.
@MeredithAnya i think we can just remove this method and where it's used, no?
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.
yeah i wasn't sure if we should keep it if we needed to reauth in the future but like im removing all the frontend code and can always re-implement so yeah ill take that out
@MeredithAnya we also have a related TODO here: We can take care of that after but just want to make sure it doesn't get forgotten |
c14f1e6
to
39799fb
Compare
We removed any organization integrations that were still using the slack workspace app in #23211.
In removing a lot of the code, many tests had to be updated because they were using the workspace integrations to test. There is a field in the integration metadata for Slack integrations called
installation_type
. This type can either bemigrated_to_bot
orborn_as_bot
. Workspace integrations do not have this type set.