Merge branch 'edit-posts' into 'develop'
Allow editing posts on Mastodon See merge request soapbox-pub/soapbox-fe!1271
This commit is contained in:
@@ -197,6 +197,8 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||
v.software === PLEROMA && gte(v.version, '0.9.9'),
|
||||
]),
|
||||
|
||||
editStatuses: v.software === MASTODON && gte(v.version, '3.5.0'),
|
||||
|
||||
/**
|
||||
* Soapbox email list.
|
||||
* @see POST /api/v1/accounts
|
||||
|
||||
Reference in New Issue
Block a user