docs(electron): add image proxy callout for admin plugin (#8171)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Joél Solano
2026-02-27 14:29:20 +01:00
committed by GitHub
parent 1d7f43623b
commit 89e3a8a4e7

View File

@@ -488,6 +488,10 @@ You can use the image URL directly in your renderer:
To configure or disable the proxy, see the [`userImageProxy`](#userimageproxy) option.
<Callout type="warning">
To access avatars for users other than the current one, you need to enable the [Admin](/docs/plugins/admin) plugin.
</Callout>
### Creating IPC bridges
You should create IPC bridges to extend the functionality exposed to your renderer process. This ensures a minimal, safe API surface.