update test

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
environments/review-events-25kg8c/deployments/1588
marcin mikołajczak 2 years ago
parent 9ba56a3945
commit 7c1726c665

@ -27,6 +27,18 @@ describe('status_lists reducer', () => {
isLoading: null,
items: [],
},
joined_events: {
next: null,
loaded: false,
isLoading: null,
items: [],
},
recent_events: {
next: null,
loaded: false,
isLoading: null,
items: [],
},
});
});
});

@ -280,7 +280,7 @@ const getInstanceFeatures = (instance: Instance) => {
*/
ethereumLogin: v.software === MITRA,
events: v.software === PLEROMA && v.build === SOAPBOX && gte(v.version, '2.4.50'),
events: v.software === PLEROMA && v.build === REBASED && gte(v.version, '2.4.50'),
/**
* Ability to address recipients of a status explicitly (with `to`).

Loading…
Cancel
Save