Fix commented out code
This commit is contained in:
parent
f46086d52a
commit
8290b54dd5
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
* Whether client settings can be retrieved from the API.
|
||||
* @see GET /api/pleroma/frontend_configurations
|
||||
*/
|
||||
frontendConfigurations: false, // v.software === PLEROMA,
|
||||
frontendConfigurations: v.software === PLEROMA,
|
||||
|
||||
/**
|
||||
* Groups.
|
||||
|
|
Loading…
Reference in a new issue