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
|
IS_NOT_ACCUSED = 0x008 # The receiver has not read this message
|
||||||
|
|
||||||
def __init__(self, thread, id,
|
def __init__(self, thread, id,
|
||||||
title,
|
title=NotLoaded,
|
||||||
sender,
|
sender=NotLoaded,
|
||||||
receiver=NotLoaded,
|
receiver=NotLoaded,
|
||||||
date=None,
|
date=None,
|
||||||
parent=NotLoaded,
|
parent=NotLoaded,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue