Merge branch 'quote-posts' into 'develop'
Quote posting requires Soapbox backend, actually See merge request soapbox-pub/soapbox-fe!1304
This commit is contained in:
commit
0fd17f2863
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
* @see POST /api/v1/statuses
|
||||
*/
|
||||
quotePosts: any([
|
||||
v.software === PLEROMA && gte(v.version, '2.4.50'),
|
||||
v.software === PLEROMA && v.build === SOAPBOX && gte(v.version, '2.4.50'),
|
||||
instance.feature_quote === true,
|
||||
]),
|
||||
|
||||
|
|
Loading…
Reference in a new issue