From a59daacc042212d28e87666b8c439a279dd57d05 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 19 Mar 2022 17:29:46 -0500 Subject: [PATCH] Fix calculateStatus export --- app/soapbox/reducers/statuses.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,