mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 08:49:03 +08:00
FIX: add title to group_user serializer
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
class GroupUserSerializer < BasicUserSerializer
|
||||
attributes :name, :last_posted_at, :last_seen_at
|
||||
attributes :name, :title, :last_posted_at, :last_seen_at
|
||||
end
|
||||
|
Reference in New Issue
Block a user