mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
FIX: add title to group_user serializer
This commit is contained in:
parent
0bb3123a67
commit
f84341f8e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user