FEATURE: rush posting read times for newly read posts

FEATURE: "read" indicator on posts
CHANGE: anon is now assumed to have read everything
This commit is contained in:
Sam
2014-06-03 11:48:52 +10:00
parent d7f62f7148
commit 3405253405
9 changed files with 57 additions and 18 deletions

View File

@ -183,6 +183,7 @@ class TopicView
end
def read?(post_number)
return true unless @user
read_posts_set.include?(post_number)
end