mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 10:48:28 +00:00
api: rename twitter service to twitter/x in service config and related components
This commit is contained in:
parent
0e5e0e4eaa
commit
16f7275b6d
@ -131,7 +131,7 @@ export const services = {
|
|||||||
patterns: [":channel/clip/:clip"],
|
patterns: [":channel/clip/:clip"],
|
||||||
tld: "tv",
|
tld: "tv",
|
||||||
},
|
},
|
||||||
twitter: {
|
"twitter/x": {
|
||||||
patterns: [
|
patterns: [
|
||||||
":user/status/:id",
|
":user/status/:id",
|
||||||
":user/status/:id/video/:index",
|
":user/status/:id/video/:index",
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
externalLink={contacts.discord}
|
externalLink={contacts.discord}
|
||||||
/>
|
/>
|
||||||
<AboutSupport
|
<AboutSupport
|
||||||
platform="twitter"
|
platform="twitter/x"
|
||||||
externalLink={contacts.twitter}
|
externalLink={contacts.twitter}
|
||||||
/>
|
/>
|
||||||
<AboutSupport
|
<AboutSupport
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
/>
|
/>
|
||||||
</SettingsCategory>
|
</SettingsCategory>
|
||||||
|
|
||||||
<SettingsCategory sectionId="twitter" title={$t("settings.video.twitter.gif")}>
|
<SettingsCategory sectionId="twitter/x" title={$t("settings.video.twitter.gif")}>
|
||||||
<SettingsToggle
|
<SettingsToggle
|
||||||
settingContext="save"
|
settingContext="save"
|
||||||
settingId="twitterGif"
|
settingId="twitterGif"
|
||||||
|
Loading…
Reference in New Issue
Block a user