Fix some typos
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
e6bed8c471
commit
4635c4daa2
3 changed files with 8 additions and 3 deletions
|
@ -26,7 +26,7 @@ const FIREFISH = 'Firefish';
|
||||||
const FRIENDICA = 'Friendica';
|
const FRIENDICA = 'Friendica';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GoToSocial, an ActivityPub server writter in Golang.
|
* GoToSocial, an ActivityPub server written in Golang.
|
||||||
* @see {@link https://gotosocial.org/}
|
* @see {@link https://gotosocial.org/}
|
||||||
*/
|
*/
|
||||||
const GOTOSOCIAL = 'GoToSocial';
|
const GOTOSOCIAL = 'GoToSocial';
|
||||||
|
@ -518,6 +518,11 @@ const getFeatures = (instance: Instance) => {
|
||||||
v.software === MASTODON,
|
v.software === MASTODON,
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*/
|
||||||
|
// followAccountLanguages: any([]),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ability to follow hashtags.
|
* Ability to follow hashtags.
|
||||||
* @see POST /api/v1/tags/:name/follow
|
* @see POST /api/v1/tags/:name/follow
|
||||||
|
|
|
@ -21,7 +21,7 @@ interface FollowAccountParams {
|
||||||
notify?: boolean;
|
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.
|
* 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[];
|
languages?: string[];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.detailed,
|
.detailed,
|
||||||
.fullscreen {
|
.fullscreen {
|
||||||
.video-player__volume__currnt,
|
.video-player__volume__current,
|
||||||
.video-player__volume::before {
|
.video-player__volume::before {
|
||||||
bottom: 27px;
|
bottom: 27px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue