update test
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9ba56a3945
commit
7c1726c665
2 changed files with 13 additions and 1 deletions
|
@ -27,6 +27,18 @@ describe('status_lists reducer', () => {
|
||||||
isLoading: null,
|
isLoading: null,
|
||||||
items: [],
|
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,
|
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`).
|
* Ability to address recipients of a status explicitly (with `to`).
|
||||||
|
|
Loading…
Reference in a new issue