mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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