mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: show added date when looking at group members
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
class GroupUserSerializer < BasicUserSerializer
|
||||
attributes :name, :title, :last_posted_at, :last_seen_at
|
||||
attributes :name, :title, :last_posted_at, :last_seen_at, :added_at
|
||||
|
||||
def include_added_at
|
||||
object.respond_to? :added_at
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user