pl-api: more firefish updates
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
73c1686c77
commit
22d5f1d9d9
1 changed files with 2 additions and 0 deletions
|
@ -271,6 +271,7 @@ const getFeatures = (instance: Instance) => {
|
|||
*/
|
||||
bots: any([
|
||||
v.software === GOTOSOCIAL,
|
||||
v.software === ICESHRIMP,
|
||||
v.software === MASTODON,
|
||||
v.software === PLEROMA,
|
||||
]),
|
||||
|
@ -926,6 +927,7 @@ const getFeatures = (instance: Instance) => {
|
|||
* @see PATCH /api/v1/accounts/update_credentials
|
||||
*/
|
||||
profileFields: any([
|
||||
v.software === ICESHRIMP,
|
||||
v.software === MASTODON,
|
||||
v.software === PLEROMA,
|
||||
v.software === TAKAHE && gte(v.version, '0.7.0'),
|
||||
|
|
Loading…
Reference in a new issue