[aum] aibility to post answers

This commit is contained in:
Romain Bignon 2010-04-11 12:03:59 +02:00
commit 637875c49a
4 changed files with 24 additions and 8 deletions

View file

@ -107,5 +107,5 @@ class DLFPBackend(Backend, ICapMessages, ICapMessagesReply):
self.storage.set(self.name, 'seen', what, seen)
self.storage.save(self.name)
def post_reply(self, thread_id, reply_id, message):
return self.browser.post(thread_id, reply_id, message)
def post_reply(self, thread_id, reply_id, title, message):
return self.browser.post(thread_id, reply_id, title, message)