From 89e3a8a4e79e74668f8b8b8224d2a28fa8fe60b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A9l=20Solano?= Date: Fri, 27 Feb 2026 14:29:20 +0100 Subject: [PATCH] docs(electron): add image proxy callout for admin plugin (#8171) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/content/docs/integrations/electron.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/docs/integrations/electron.mdx b/docs/content/docs/integrations/electron.mdx index 967fc09092..fdff772a0b 100644 --- a/docs/content/docs/integrations/electron.mdx +++ b/docs/content/docs/integrations/electron.mdx @@ -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. + + To access avatars for users other than the current one, you need to enable the [Admin](/docs/plugins/admin) plugin. + + ### Creating IPC bridges You should create IPC bridges to extend the functionality exposed to your renderer process. This ensures a minimal, safe API surface.