this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix bug: media attachments not updated when edited

+1 -1
+1 -1
src/pages/status.jsx
··· 122 122 }, [showMedia]); 123 123 124 124 const mediaAttachments = mediaStatusID 125 - ? mediaStatus?.mediaAttachments 125 + ? snapStates.statuses[statusKey(mediaStatusID, instance)]?.mediaAttachments 126 126 : heroStatus?.mediaAttachments; 127 127 128 128 const handleMediaClose = useCallback(() => {