Updated TmpMessage to match the API of Msg.

This commit is contained in:
Griatch 2016-09-05 11:28:00 +02:00
parent c66ae693c5
commit cc9b75db44

View file

@ -353,7 +353,7 @@ class TempMsg(object):
self.message = message
self.lock_storage = lockstring
self.hide_from = hide_from and make_iter(hide_from) or []
self.date_sent = timezone.now()
self.date_created = timezone.now()
@lazy_property
def locks(self):