# `PhoenixKit.Users.CommentResources`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.165/lib/phoenix_kit/users/comment_resources.ex#L1)

Resolves `"user"` comment resources for the comments moderation admin.

A comment attached to a user (`resource_type: "user"`, `resource_uuid:
user_uuid`) resolves to the user's display name + admin detail page
(`/admin/users/view/:uuid`), with their avatar as the chip thumbnail — so the
moderation list links to the user instead of showing a bare uuid.

Registered as the `"user"` handler by `phoenix_kit_comments`'
`resolve_comment_resources/1` dispatch (gated on this module being loaded).
Mirrors `PhoenixKit.Annotations.resolve_comment_resources/1` (the `"file"`
handler).

# `resolve_comment_resources`

```elixir
@spec resolve_comment_resources([binary()]) :: %{required(binary()) =&gt; map()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
