send messages returned by ICapMessagesReply.post_reply()
This commit is contained in:
parent
5fb975a3e1
commit
f776214507
2 changed files with 5 additions and 15 deletions
|
|
@ -98,7 +98,8 @@ class Monboob(ConsoleApplication):
|
|||
return 1
|
||||
|
||||
thread_id, msg_id = id.rsplit('.', 1)
|
||||
backend.post_reply(thread_id, msg_id, title, content)
|
||||
for m in backend.post_reply(thread_id, msg_id, title, content):
|
||||
self.send_email(backend, m)
|
||||
|
||||
@ConsoleApplication.command("run daemon")
|
||||
def command_run(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue