Fix some typos

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-27 23:35:59 +02:00
parent e6bed8c471
commit 4635c4daa2
3 changed files with 8 additions and 3 deletions

View file

@ -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

View file

@ -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 accounts posts in all languages.
* Requires `features.followAccountLangugaes`.
* Requires `features.followAccountLanguages`.
*/
languages?: string[];
}

View file

@ -1,6 +1,6 @@
.detailed,
.fullscreen {
.video-player__volume__currnt,
.video-player__volume__current,
.video-player__volume::before {
bottom: 27px;
}