kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'fix-862' into 'develop'
Fix calculateStatus export Closes #862 See merge request soapbox-pub/soapbox-fe!1117remove-makegetotheraccounts
commit
77c7f34e4a
|
@ -68,7 +68,7 @@ const buildSearchContent = (status: StatusRecord): string => {
|
||||||
|
|
||||||
// Only calculate these values when status first encountered
|
// Only calculate these values when status first encountered
|
||||||
// Otherwise keep the ones already in the reducer
|
// Otherwise keep the ones already in the reducer
|
||||||
const calculateStatus = (
|
export const calculateStatus = (
|
||||||
status: StatusRecord,
|
status: StatusRecord,
|
||||||
oldStatus: StatusRecord,
|
oldStatus: StatusRecord,
|
||||||
expandSpoilers: boolean = false,
|
expandSpoilers: boolean = false,
|
||||||
|
|
Ładowanie…
Reference in New Issue