revanced-patches-template
revanced-patches-template copied to clipboard
feat(twitter): `override-features` patch
- Disable Dynamic Color Patch (Differing Verification Badges)
- Add ability to force disable features
Depends on:
- https://github.com/revanced/revanced-integrations/pull/247
Can you explain what you mean with Disable Dynamic Color Patch (Differing Verification Badges)
? Specifically how disabling it affects "verification" badges?
Can you explain what you mean with
Disable Dynamic Color Patch (Differing Verification Badges)
? Specifically how disabling it affects "verification" badges?
Right now, Twitter has blue badges for Twitter Blue, yellow badges for verified businesses, etc. The patch disables this feature, which most likely results in all badges being blue, like they used to be.
In that case it should not be constrained to a specific version but excluded by default via the @Patch
annotation: @Patch(false)
. If you want to add it in this PR you have to guaranteee we can rebase onto dev
and merge, otherwise please open a seperate PR for it.
Seems stale, please request to pull again if not.