Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add tracking of /r/PathOfExileBuilds
Fixes #86
  • Loading branch information
Lothrik authored Oct 10, 2021
commit 4c141051589957ce73ba5cfe2be58db2336915fe
2 changes: 1 addition & 1 deletion server/reddit_indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func ParseRedditActivity(b []byte) ([]Activity, string, error) {
}

for _, thing := range root.Data.Children {
if thing.Data.SubredditId != "t5_2sf6m" {
if thing.Data.SubredditId != "t5_2sf6m" && thing.Data.SubredditId != "t5_2w3q8" {
continue
}
switch thing.Kind {
Expand Down