mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 06:48:01 -05:00
496924cf560002b84199071471367a8bcd5c702f
This avoids doing a join that will filter out all subreddits which have never changed their preference. That is, since the over18 data attribute has a default value it will not have a data row unless changed and the natural join caused by the data-attribute filter will implicitly discard any subreddits that don't have the data attribute. Fixes reddit/reddit#527.
Description
No description provided
Languages
Python
54.4%
JavaScript
26.7%
HTML
11.3%
Less
4.5%
Shell
1%
Other
2%