2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

FEATURE: show topics viewed on user summary

This commit is contained in:
Neil Lalonde 2017-11-17 17:53:22 -05:00
parent 7c6f991313
commit 6dda87c49b
4 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,7 @@ class UserSummarySerializer < ApplicationSerializer
attributes :likes_given,
:likes_received,
:topics_entered,
:posts_read_count,
:days_visited,
:topic_count,