fix(X / Twitter - Change link sharing domain): Resolve duplicate patch option (#6119)
This commit is contained in:
parent
4b605eb270
commit
7563990750
2 changed files with 11 additions and 14 deletions
|
|
@ -2,7 +2,7 @@ package app.revanced.twitter.patches.links;
|
|||
|
||||
@SuppressWarnings("unused")
|
||||
public final class ChangeLinkSharingDomainPatch {
|
||||
private static final String LINK_FORMAT = "%s/%s/status/%s";
|
||||
private static final String LINK_FORMAT = "https://%s/%s/status/%s";
|
||||
|
||||
/**
|
||||
* Method is modified during patching. Do not change.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue