File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88
88
# - 'example2' # the feed contains posts from example2, which we want. So we join example2 to get posts that are in both example and example2.
89
89
# exclude:
90
90
# - 'example3' # the feed contains posts from example3, which we don't want. So we exclude example3 to get posts that are in example only.
91
- #
91
+ # nsfw: false # set to true if the feed is nsfw. Defaults to false if not specified
92
+ #
92
93
# example2:
93
94
# url: 'https://example.com/rss2'
94
95
#
Original file line number Diff line number Diff line change @@ -333,6 +333,7 @@ const bot = new LemmyBot.LemmyBot({
333
333
body : body ,
334
334
url : item . link || undefined ,
335
335
community_id : communityId ,
336
+ nsfw : feed . nsfw ,
336
337
} ) ;
337
338
} catch ( e ) {
338
339
console . error ( e ) ;
You can’t perform that action at this time.
0 commit comments