Merge branch 'disable-birthdays' into 'develop'
Disable birthdays See merge request soapbox-pub/soapbox-fe!1479
This commit is contained in:
commit
66399f754e
1 changed files with 3 additions and 1 deletions
|
@ -147,7 +147,9 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
* @see POST /api/v1/accounts
|
||||
* @see PATCH /api/v1/accounts/update_credentials
|
||||
*/
|
||||
birthdays: v.software === PLEROMA && gte(v.version, '2.4.50'),
|
||||
// birthdays: v.software === PLEROMA && gte(v.version, '2.4.50'),
|
||||
// FIXME: temporarily disabled until they can be deleted on the backend.
|
||||
birthdays: false,
|
||||
|
||||
/** Whether people who blocked you are visible through the API. */
|
||||
blockersVisible: features.includes('blockers_visible'),
|
||||
|
|
Loading…
Reference in a new issue