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

View file

@ -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,
]),