mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 11:58:33 +08:00
FEATURE: highlight last visited topic in topic list
This commit is contained in:
@ -33,7 +33,8 @@ class CurrentUserSerializer < BasicUserSerializer
|
||||
:show_queued_posts,
|
||||
:read_faq,
|
||||
:automatically_unpin_topics,
|
||||
:mailing_list_mode
|
||||
:mailing_list_mode,
|
||||
:previous_visit_at
|
||||
|
||||
def include_site_flagged_posts_count?
|
||||
object.staff?
|
||||
|
Reference in New Issue
Block a user