GoToSocial: support avatar/header descriptions, RSS fields
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -29,6 +29,7 @@ const GroupAvatar = (props: IGroupAvatar) => {
|
||||
})
|
||||
}
|
||||
src={group.avatar}
|
||||
alt={group.avatar_description}
|
||||
size={size}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user