this repo has no description
0
fork

Configure Feed

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

Fix "Show all sensitive content" button not working

+1 -1
+1 -1
src/pages/status.jsx
··· 1098 1098 // Click all buttons with class .spoiler but not .spoiling 1099 1099 const buttons = Array.from( 1100 1100 scrollableRef.current.querySelectorAll( 1101 - 'button.spoiler:not(.spoiling)', 1101 + '.spoiler-button:not(.spoiling), .spoiler-media-button:not(.spoiling)', 1102 1102 ), 1103 1103 ); 1104 1104 buttons.forEach((button) => {