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.