Skip to content

Commit 02727e9

Browse files
committed
index /r/pathofexile2
1 parent d74410c commit 02727e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/reddit_indexer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func ParseRedditActivity(b []byte) ([]Activity, string, error) {
9797
}
9898

9999
for _, thing := range root.Data.Children {
100-
if thing.Data.SubredditId != "t5_2sf6m" && thing.Data.SubredditId != "t5_2w3q8" {
100+
if thing.Data.SubredditId != "t5_2sf6m" && thing.Data.SubredditId != "t5_2w3q8" && thing.Data.SubredditId != "t5_3910n" {
101101
continue
102102
}
103103
switch thing.Kind {

0 commit comments

Comments
 (0)