mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
load_subreddits: Don't load things on SRMember.
This commit is contained in:
@@ -619,7 +619,7 @@ class Subreddit(Thing, Printable, BaseSite):
|
||||
# dict( {Subreddit,Account,name} -> Relationship )
|
||||
SRMember._fast_query(subreddits.values(), (c.user,),
|
||||
('contributor', 'moderator'),
|
||||
data=True, eager_load=True, thing_data=True)
|
||||
data=True)
|
||||
|
||||
return subreddits if return_dict else subreddits.values()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user