Example #1
0
    def get_reported(self):
        from r2.lib.db import queries

        return queries.get_reported(self)
Example #2
0
 def get_reported(self, include_links=True, include_comments=True):
     from r2.lib.db import queries
     return queries.get_reported(self, user=c.user,
                                 include_links=include_links,
                                 include_comments=include_comments)
Example #3
0
 def get_reported(self):
     from r2.lib.db import queries
     return queries.get_reported(self)
Example #4
0
 def get_reported(self, include_links=True, include_comments=True):
     from r2.lib.db import queries
     return queries.get_reported(self,
                                 user=c.user,
                                 include_links=include_links,
                                 include_comments=include_comments)