diff --git a/app/soapbox/reducers/statuses.ts b/app/soapbox/reducers/statuses.ts index 569cc7552..059e153da 100644 --- a/app/soapbox/reducers/statuses.ts +++ b/app/soapbox/reducers/statuses.ts @@ -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,