We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf7005 commit f1a839eCopy full SHA for f1a839e
src/lib/PostPage.svelte
@@ -261,7 +261,8 @@
261
searchText = '',
262
loadingComments = false,
263
// assume if they came here following a comment link, commenting on the post is less important
264
- showPost = rootCommentId === null && (!postView.post.nsfw || $nsfwImageHandling === 'SHOW'),
+ showPost =
265
+ rootCommentId === null && ((!postView.post.nsfw && !postView.community.nsfw) || $nsfwImageHandling === 'SHOW'),
266
commentLoadFailed = false,
267
endOfCommentsFeed = false,
268
virtualFeedAPI: VirtualFeedAPI,
0 commit comments