Fix spoilers on retoots

This commit is contained in:
Grishka 2024-09-18 06:05:42 +03:00
parent 1874267b32
commit 0627644019

View file

@ -96,7 +96,7 @@ public class Status extends BaseModel implements DisplayItemsParent{
fr.postprocess(); fr.postprocess();
} }
if(!sensitive){ if(!sensitive && (reblog==null || !reblog.sensitive)){
revealedSpoilers.add(SpoilerType.CONTENT_WARNING); revealedSpoilers.add(SpoilerType.CONTENT_WARNING);
} }
} }