title and sender are not needed anymore

This commit is contained in:
Romain Bignon 2010-08-31 09:22:31 +02:00
commit 9e01185b1a

View file

@ -32,8 +32,8 @@ class Message(CapBaseObject):
IS_NOT_ACCUSED = 0x008 # The receiver has not read this message
def __init__(self, thread, id,
title,
sender,
title=NotLoaded,
sender=NotLoaded,
receiver=NotLoaded,
date=None,
parent=NotLoaded,