Message.add_props: Delete obsolete incorrect comment.

This commit is contained in:
Brian Simpson
2014-04-15 17:30:29 -04:00
parent 06d2e9b5b3
commit ffd8600e8b

View File

@@ -1450,7 +1450,6 @@ class Message(Thing, Printable):
else:
item.recipient = (item.to_id == c.user._id)
# new-ness is stored on the relation
if item.author_id == c.user._id:
item.new = False
elif item._fullname in unread: