title and sender are not needed anymore
This commit is contained in:
parent
08336eeb1f
commit
9e01185b1a
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue