mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Responses from subreddit mail now show as read.
This commit is contained in:
committed by
Keith Mitchell
parent
fbfa8ba955
commit
619e158584
@@ -1088,7 +1088,7 @@ class Message(Thing, Printable):
|
||||
queries.set_unread(item.lookups[0],
|
||||
c.user, False)
|
||||
else:
|
||||
item.new = (item._fullname in mod_unread)
|
||||
item.new = (item._fullname in mod_unread and not item.to_id)
|
||||
|
||||
item.score_fmt = Score.none
|
||||
|
||||
|
||||
Reference in New Issue
Block a user