do not report fakes (as 'delete_thread' doesn't work because it will flood admins and we should be discovered)

This commit is contained in:
Romain Bignon 2010-10-14 19:02:54 +02:00
commit 775ec96b22

View file

@ -89,8 +89,11 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
return self.create_browser(self.config['username'], self.config['password'])
def report_spam(self, id):
self.browser.delete_thread(id)
self.browser.report_fake(id)
# XXX as 'delete_thread' doesn't work (see implementation of this function),
# do not report fake because it will flood admins and we should be discovered.
#self.browser.delete_thread(id)
#self.browser.report_fake(id)
pass
def get_status(self):
with self.browser: