Updated TmpMessage to match the API of Msg.
This commit is contained in:
parent
c66ae693c5
commit
cc9b75db44
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ class TempMsg(object):
|
||||||
self.message = message
|
self.message = message
|
||||||
self.lock_storage = lockstring
|
self.lock_storage = lockstring
|
||||||
self.hide_from = hide_from and make_iter(hide_from) or []
|
self.hide_from = hide_from and make_iter(hide_from) or []
|
||||||
self.date_sent = timezone.now()
|
self.date_created = timezone.now()
|
||||||
|
|
||||||
@lazy_property
|
@lazy_property
|
||||||
def locks(self):
|
def locks(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue