Merge branch 'fix-862' into 'develop'

Fix calculateStatus export

Closes #862

See merge request soapbox-pub/soapbox-fe!1117
This commit is contained in:
Alex Gleason 2022-03-19 22:45:37 +00:00
commit 77c7f34e4a

View file

@ -68,7 +68,7 @@ const buildSearchContent = (status: StatusRecord): string => {
// Only calculate these values when status first encountered
// Otherwise keep the ones already in the reducer
const calculateStatus = (
export const calculateStatus = (
status: StatusRecord,
oldStatus: StatusRecord,
expandSpoilers: boolean = false,