diff --git a/packages/pl-api/lib/features.ts b/packages/pl-api/lib/features.ts index b29627c7f..a2ce7e7df 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -26,7 +26,7 @@ const FIREFISH = 'Firefish'; const FRIENDICA = 'Friendica'; /** - * GoToSocial, an ActivityPub server writter in Golang. + * GoToSocial, an ActivityPub server written in Golang. * @see {@link https://gotosocial.org/} */ const GOTOSOCIAL = 'GoToSocial'; @@ -518,6 +518,11 @@ const getFeatures = (instance: Instance) => { v.software === MASTODON, ]), + /** + * TODO + */ + // followAccountLanguages: any([]), + /** * Ability to follow hashtags. * @see POST /api/v1/tags/:name/follow diff --git a/packages/pl-api/lib/params/accounts.ts b/packages/pl-api/lib/params/accounts.ts index 2caba3203..6c22ed3ea 100644 --- a/packages/pl-api/lib/params/accounts.ts +++ b/packages/pl-api/lib/params/accounts.ts @@ -21,7 +21,7 @@ interface FollowAccountParams { notify?: boolean; /** * Array of String (ISO 639-1 language two-letter code). Filter received statuses for these languages. If not provided, you will receive this account’s posts in all languages. - * Requires `features.followAccountLangugaes`. + * Requires `features.followAccountLanguages`. */ languages?: string[]; } diff --git a/packages/pl-fe/src/styles/components/video-player.scss b/packages/pl-fe/src/styles/components/video-player.scss index e0928282a..0f8611aa9 100644 --- a/packages/pl-fe/src/styles/components/video-player.scss +++ b/packages/pl-fe/src/styles/components/video-player.scss @@ -1,6 +1,6 @@ .detailed, .fullscreen { - .video-player__volume__currnt, + .video-player__volume__current, .video-player__volume::before { bottom: 27px; }