Skip to content

Federation of avatars

Agate requested to merge actor-avatar into develop

User avatars where stored on the local user table, meaning it wasn't possible to display avatars from other instances.

This is now fixed, all avatars are stored on the actor.attachment_icon field (we also leverage the new attachment model).

Merge request reports