mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-16 18:28:29 +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"],
|
||||
tld: "tv",
|
||||
},
|
||||
twitter: {
|
||||
"twitter/x": {
|
||||
patterns: [
|
||||
":user/status/:id",
|
||||
":user/status/:id/video/:index",
|
||||
|
@ -33,7 +33,7 @@
|
||||
externalLink={contacts.discord}
|
||||
/>
|
||||
<AboutSupport
|
||||
platform="twitter"
|
||||
platform="twitter/x"
|
||||
externalLink={contacts.twitter}
|
||||
/>
|
||||
<AboutSupport
|
||||
|
@ -69,7 +69,7 @@
|
||||
/>
|
||||
</SettingsCategory>
|
||||
|
||||
<SettingsCategory sectionId="twitter" title={$t("settings.video.twitter.gif")}>
|
||||
<SettingsCategory sectionId="twitter/x" title={$t("settings.video.twitter.gif")}>
|
||||
<SettingsToggle
|
||||
settingContext="save"
|
||||
settingId="twitterGif"
|
||||
|
Loading…
Reference in New Issue
Block a user