handle multiple receivers in messages

This commit is contained in:
Christophe Benz 2010-11-22 15:06:25 +01:00
commit 18e02f2fea
11 changed files with 46 additions and 34 deletions

View file

@ -189,7 +189,7 @@ class Monboob(ReplApplication):
0,
title=title,
sender=None,
receiver=None,
receivers=None,
parent=Message(thread, msg_id),
content=content)
try: