Quote posting requires Soapbox, actually

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-05-03 19:40:54 +02:00
parent a065399772
commit 68d5a5d604
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ const getInstanceFeatures = (instance: Instance) => {
* @see POST /api/v1/statuses * @see POST /api/v1/statuses
*/ */
quotePosts: any([ 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, instance.feature_quote === true,
]), ]),