this repo has no description
0
fork

Configure Feed

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

Merge pull request #1236 from VirtualWolf/main

Changed CWs on replies to be kept if content is sensitive OR if there is spoiler text

authored by

Chee Aun and committed by
GitHub
7f9dfa29 738c20ec

+1 -1
+1 -1
src/components/compose.jsx
··· 328 328 prefs['posting:default:language']?.toLowerCase() || 329 329 DEFAULT_LANG, 330 330 ); 331 - setSensitive(sensitive && !!spoilerText); 331 + setSensitive(!!spoilerText); 332 332 } else if (editStatus) { 333 333 const { visibility, language, sensitive, poll, mediaAttachments } = 334 334 editStatus;