pl-api: more firefish updates
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user