This commit is contained in:
Maxim Filippov 2019-03-14 01:52:24 +03:00
commit 257d8e78e5
2 changed files with 21 additions and 11 deletions

View file

@ -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