Add tags
This commit is contained in:
parent
4872914d32
commit
257d8e78e5
2 changed files with 21 additions and 11 deletions
|
|
@ -22,7 +22,8 @@ defmodule Pleroma.Web.MastodonAPI.Admin.AccountView do
|
|||
"nickname" => user.nickname,
|
||||
"deactivated" => user.info.deactivated,
|
||||
"local" => user.local,
|
||||
"roles" => Info.roles(user.info)
|
||||
"roles" => Info.roles(user.info),
|
||||
"tags" => user.tags
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue