-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix Twitter module breaking the Workflows editor (Lombiq Technologies: OCORE-189) #16350
Conversation
User-facing content should continue to say "X".
Name = "X Integration", | ||
Name = "X (Twitter) Integration", | ||
Category = "X", | ||
Description = "Provides a TwitterClient and Workflow Activities to integrate with X" | ||
)] | ||
|
||
[assembly: Feature( | ||
Id = TwitterConstants.Features.Signin, | ||
Name = "Sign in with X", | ||
Name = "Sign in with X (Twitter)", |
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.
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 wanted to ask for this too, great!
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.
While this fixes the issue, there's the conflicting earlier PR, see #16349 (comment).
I don't use Twitter (nobody should use Twitter), so I'm fine with any solution that stops breaking our tests. |
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.
Actually, I'll merge this to solve the immediate issue, which is a big one. Then #15930 can take any longer time with a full rename.
Fixes #16349
I went ahead and made these changes, based on what made sense to me. Basically just reverted the shape names so there is no breaking change for shape overrides. Don't hesitate to chime in if it's the wrong direction.